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

Comparing trunk/OOPSE-4/src/integrators/NVT.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 50 | Line 50 | namespace oopse {
50  
51      Globals* simParams = info_->getSimParams();
52  
53 <    if (!simParams->getUseInitXSstate()) {
53 >    if (!simParams->getUseIntialExtendedSystemState()) {
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