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

Comparing branches/development/src/brains/ForceManager.hpp (file contents):
Revision 1569 by gezelter, Wed Apr 27 18:38:15 2011 UTC vs.
Revision 1570 by gezelter, Thu May 26 21:56:04 2011 UTC

# Line 91 | Line 91 | namespace OpenMD {
91      map<Inversion*, InversionDataSet> inversionDataSets;
92      Mat3x3d tau;
93  
94    vector<pair<int, int> > neighborList_;
95
94      InteractionManager* interactionMan_;
95      ForceDecomposition* fDecomp_;
96      SwitchingFunction* swfun_;
97      vector<pair<int, int> > neighborList;
98 <    map< pair<int, int>, pair<RealType, RealType> > groupCutoffMap;
101 <    
98 >    map< pair<int, int>, pair<RealType, RealType> > groupCutoffMap;    
99    };
100    
101   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines