ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/ForceManager.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/ForceManager.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2448 by tim, Wed Nov 16 23:10:02 2005 UTC

# Line 51 | Line 51
51   #define BRAINS_FORCEMANAGER_HPP
52  
53   #include "brains/SimInfo.hpp"
54 <
54 > #include "primitives/Molecule.hpp"
55   namespace oopse {
56
56    /**
57     * @class ForceManager ForceManager.hpp "brains/ForceManager.hpp"
58     * ForceManager is responsible for calculating the short range interactions (c++) and
# Line 86 | Line 85 | namespace oopse {
85  
86      SimInfo * info_;        
87  
88 +    std::map<Bend*, BendDataSet> bendDataSets;
89 +    std::map<Torsion*, TorsionDataSet> torsionDataSets;
90 +    
91    };
92  
93   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines