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

Comparing trunk/OOPSE/libmdtools/Restraints.cpp (file contents):
Revision 1193 by chrisfen, Sat May 22 20:55:04 2004 UTC vs.
Revision 1194 by chrisfen, Mon May 24 21:23:36 2004 UTC

# Line 141 | Line 141 | double Restraints::Calc_Restraint_Forces(vector<StuntD
141    double factor;
142    double spaceTrq[3];
143    double omegaPass;
144  double omega;
144  
145    tolerance = 5.72957795131e-7;
146  
# Line 276 | Line 275 | void Restraints::Store_Init_Info(vector<StuntDouble*>
275    if (!angleIn) {
276      sprintf(painCave.errMsg,
277              "Restraints Warning: The lack of a zAngle.ang file is mildly\n"
278 <            "\tunsettling... This means you arestarting from the idealCrystal.in\n"
279 <            "\treference configuration, so the omega values will all be set to\n"
280 <            "\tzero. If this isn't the case, you should question your results.\n");
278 >            "\tunsettling... This means the simulation is starting from the\n"
279 >            "\tidealCrystal.in reference configuration, so the omega values\n"
280 >            "\twill all be set to zero. If this is not the case, you should\n"
281 >            "\tquestion your results.\n");
282      painCave.isFatal = 0;
283      simError();  
284    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines