--- trunk/OOPSE/libmdtools/Restraints.cpp 2004/05/24 21:14:07 1193 +++ trunk/OOPSE/libmdtools/Restraints.cpp 2004/05/24 21:23:36 1194 @@ -141,7 +141,6 @@ double Restraints::Calc_Restraint_Forces(vector if (!angleIn) { sprintf(painCave.errMsg, "Restraints Warning: The lack of a zAngle.ang file is mildly\n" - "\tunsettling... This means you arestarting from the idealCrystal.in\n" - "\treference configuration, so the omega values will all be set to\n" - "\tzero. If this isn't the case, you should question your results.\n"); + "\tunsettling... This means the simulation is starting from the\n" + "\tidealCrystal.in reference configuration, so the omega values\n" + "\twill all be set to zero. If this is not the case, you should\n" + "\tquestion your results.\n"); painCave.isFatal = 0; simError(); }