ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 878 by chrisfen, Wed Feb 1 20:54:46 2006 UTC vs.
Revision 879 by chrisfen, Wed Feb 1 21:06:43 2006 UTC

# Line 976 | Line 976 | namespace oopse {
976            rsw_ = 0.85 * rcut_;
977            sprintf(painCave.errMsg,
978                    "SimCreator Warning: No value was set for the switchingRadius.\n"
979 <                  "\tOOPSE will use a default value of 85\% of the cutoffRadius"
979 >                  "\tOOPSE will use a default value of 85 percent of the cutoffRadius.\n"
980                    "\tswitchingRadius = %f. for this simulation\n", rsw_);
981          painCave.isFatal = 0;
982          simError();
# Line 989 | Line 989 | namespace oopse {
989            painCave.isFatal = 0;
990            simError();
991          }
992 <          
992 >      }
993 >      
994        notifyFortranCutoffs(&rcut_, &rsw_);
995        
996      } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines