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

Comparing trunk/OOPSE-4/src/integrators/NPT.cpp (file contents):
Revision 2243 by tim, Sun May 29 00:06:14 2005 UTC vs.
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC

# Line 66 | Line 66 | namespace oopse {
66  
67        Globals* simParams = info_->getSimParams();
68      
69 <      if (!simParams->getUseInitXSstate()) {
69 >      if (!simParams->getUseIntialExtendedSystemState()) {
70          Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
71          currSnapshot->setChi(0.0);
72          currSnapshot->setIntegralOfChiDt(0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines