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 670 by mmeineke, Thu Aug 7 21:47:18 2003 UTC vs.
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 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 36 | Line 37 | class SimSetup{ (public)
37    void makeOutNames(void);
38    void makeIntegrator(void);
39    void initFortran(void);
40 +  void makeMinimizer(void);
41  
42    void createFF( void );
43    void compList( void );
# Line 57 | Line 59 | class SimSetup{ (public)
59    int ensembleCase;
60    int ffCase;
61  
60
62    MakeStamps* stamps;
63    Globals* globals;
64    char* inFileName;
# 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;
73 >  int globalAtomCounter;
74 >  int globalMolCounter;
75  
76    char force_field[100];
77    char ensemble[100];
# Line 77 | Line 81 | class SimSetup{ (public)
81    MoleculeStamp** comp_stamps; //the stamps matching the components
82    int tot_nmol;
83    int tot_atoms;
84 +  int tot_rigid;
85    int tot_bonds;
86    int tot_bends;
87    int tot_torsions;
# Line 91 | Line 96 | class SimSetup{ (public)
96    int current_comp;
97    int current_atom_ndx;
98  
99 < #ifdef IS_MPI
100 <  int* globalIndex;
96 < #endif //is_mpi
99 >  vector<int> globalAtomIndex;
100 >  void setupZConstraint(SimInfo& theInfo);  //setup parameters for zconstraint method
101  
98  void setupZConstraint(void);
99
102   };
103   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines