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

Comparing trunk/OOPSE-3.0/src/integrators/NVT.cpp (file contents):
Revision 1954 by tim, Mon Jan 17 16:05:30 2005 UTC vs.
Revision 1955 by tim, Mon Jan 17 16:58:32 2005 UTC

# Line 50 | Line 50 | NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(inf
50  
51      Globals* simParams = info_->getSimParams();
52  
53 <    if (simParams->getUseInitXSstate()) {
53 >    if (!simParams->getUseInitXSstate()) {
54          Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
55          currSnapshot->setChi(0.0);
56          currSnapshot->setIntegralOfChiDt(0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines