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

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1749 by gezelter, Thu Jun 7 02:47:21 2012 UTC vs.
Revision 1754 by jmichalk, Wed Jun 13 14:45:59 2012 UTC

# Line 110 | Line 110 | namespace OpenMD {
110      Globals* simParams_ = info_->getSimParams();
111      ForceFieldOptions& forceFieldOptions_ = forceField_->getForceFieldOptions();
112      int mdFileVersion;
113 <    
113 >    rCut_ = 0.0; //Needs a value for a later max() call;  
114 >
115      if (simParams_->haveMDfileVersion())
116        mdFileVersion = simParams_->getMDfileVersion();
117      else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines