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

Comparing trunk/OOPSE-4/src/restraints/Restraints.cpp (file contents):
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2365 by chrisfen, Fri Oct 14 14:18:02 2005 UTC

# Line 65 | Line 65 | namespace oopse {
65          kDist = simParam->getThermIntDistSpringConst();
66        }
67        else{
68 <        kDist = 6.0;
68 >        kDist = simParam->getThermIntDistSpringConst();
69          sprintf(painCave.errMsg,
70                  "ThermoIntegration Warning: the spring constant for the\n"
71                  "\ttranslational restraint was not specified. OOPSE will use\n"
# Line 79 | Line 79 | namespace oopse {
79          kTheta = simParam->getThermIntThetaSpringConst();
80        }
81        else{
82 <        kTheta = 7.5;
82 >        kTheta = simParam->getThermIntThetaSpringConst();
83          sprintf(painCave.errMsg,
84                  "ThermoIntegration Warning: the spring constant for the\n"
85                  "\tdeflection orientational restraint was not specified.\n"
# Line 93 | Line 93 | namespace oopse {
93          kOmega = simParam->getThermIntOmegaSpringConst();
94        }
95        else{
96 <        kOmega = 13.5;
96 >        kOmega = simParam->getThermIntOmegaSpringConst();
97          sprintf(painCave.errMsg,
98                  "ThermoIntegration Warning: the spring constant for the\n"
99                  "\tspin orientational restraint was not specified. OOPSE\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines