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 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1467 by gezelter, Sat Jul 17 15:33:03 2010 UTC

# Line 67 | Line 67 | namespace OpenMD {
67    class ForceManager {
68  
69    public:
70 <    ForceManager(SimInfo * info) : info_(info) {}
70 >    ForceManager(SimInfo * info) : info_(info), NBforcesInitialized_(false) {}
71          
72      virtual ~ForceManager() {}
73  
# Line 92 | Line 92 | namespace OpenMD {
92      std::map<Torsion*, TorsionDataSet> torsionDataSets;
93      std::map<Inversion*, InversionDataSet> inversionDataSets;
94      Mat3x3d tau;
95 +
96 +    bool NBforcesInitialized_;
97      
98    };
99  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines