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

Comparing trunk/OOPSE-4/src/restraints/ThermoIntegrationForceManager.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC

# Line 55 | Line 55 | namespace oopse {
55        currSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot();
56        simParam = info_->getSimParams();
57      
58 <      if (simParam->haveThermIntLambda()){
59 <        tIntLambda_ = simParam->getThermIntLambda();
58 >      if (simParam->haveThermodynamicIntegrationLambda()){
59 >        tIntLambda_ = simParam->getThermodynamicIntegrationLambda();
60        }
61        else{
62          tIntLambda_ = 1.0;
# Line 69 | Line 69 | namespace oopse {
69          simError();
70        }
71      
72 <      if (simParam->haveThermIntK()){
73 <        tIntK_ = simParam->getThermIntK();
72 >      if (simParam->haveThermodynamicIntegrationK()){
73 >        tIntK_ = simParam->getThermodynamicIntegrationK();
74        }
75        else{
76          tIntK_ = 1.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines