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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimInfo.hpp (file contents):
Revision 1711 by tim, Thu Nov 4 19:48:22 2004 UTC vs.
Revision 1712 by tim, Thu Nov 4 20:55:01 2004 UTC

# Line 149 | Line 149 | class SimInfo {
149          void setSnapshotManager(SnapshotManager* sman) {
150              sman_ = sman;
151          }
152 +
153 +        ForceField* getForceField() {
154 +            return forceField_;
155 +        }
156          
157 +        void setForceField(ForceField* ff) {
158 +            forceField_ = ff;
159 +        }
160      private:
161  
162          void calcNDF();
# Line 171 | Line 178 | class SimInfo {
178  
179          simtype fInfo;
180          Exclude excludeList;
181 +        ForceField* forceField_;
182          
175        
183          std::vector<Molecule*> molecules_; /**< Molecule array */
184          PropertyMap properties_;                  /** Generic Property */
185          SnapshotManager* sman_;               /** SnapshotManager */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines