ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimSetup.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimSetup.hpp (file contents):
Revision 682 by tim, Tue Aug 12 17:51:33 2003 UTC vs.
Revision 823 by mmeineke, Mon Oct 27 22:07:48 2003 UTC

# Line 19 | Line 19 | class SimSetup{ (public)
19  
20    void setSimInfo( SimInfo* the_info ) { info = the_info; }
21    void setSimInfo( SimInfo* the_info, int theNinfo );
22 +  void suspendInit( void ) { initSuspend = true; }  
23    void parseFile( char* fileName );
24    void createSim( void );
25  
# Line 65 | Line 66 | class SimSetup{ (public)
66    SimInfo* info;
67    int isInfoArray;
68    int nInfo;
69 +  
70 +  bool initSuspend;
71  
72    int n_components;
73    int globalAtomIndex;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines