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

Comparing trunk/src/integrators/NVT.cpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1277 by gezelter, Mon Jul 14 12:35:58 2008 UTC

# Line 65 | Line 65 | namespace oopse {
65        targetTemp_ = simParams->getTargetTemp();
66      }
67  
68 <    // We must set tauThermostat_.
68 >    // We must set tauThermostat.
69  
70      if (!simParams->haveTauThermostat()) {
71        sprintf(painCave.errMsg, "If you use the constant temperature\n"
72 <              "\tintegrator, you must set tauThermostat_.\n");
72 >              "\tintegrator, you must set tauThermostat.\n");
73  
74        painCave.severity = OOPSE_ERROR;
75        painCave.isFatal = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines