ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/NPT.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/NPT.cpp (file contents):
Revision 1882 by tim, Thu Dec 9 16:22:42 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 21 | Line 21 | NPT::NPT(SimInfo* info) :
21   namespace oopse {
22  
23   NPT::NPT(SimInfo* info) :
24 <    VelocityVerletIntegrator(info), chiTolerance(1e-6), etaTolerance(1e-6) {
24 >    VelocityVerletIntegrator(info), chiTolerance(1e-6), etaTolerance(1e-6), maxIterNum_(4) {
25  
26      Globals* simParams = info_->getSimParams();
27      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines