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 1864 by tim, Fri Dec 3 17:59:45 2004 UTC vs.
Revision 1865 by tim, Tue Dec 7 05:12:41 2004 UTC

# Line 25 | Line 25 | NPT::NPT(SimInfo* info) :
25  
26      Globals* simParams = info_->getSimParams();
27      
28 <    if (simParams->getUseInitXSstate()) {
28 >    if (!simParams->getUseInitXSstate()) {
29          Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
30          currSnapshot->setChi(0.0);
31          currSnapshot->setIntegralOfChiDt(0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines