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 614 by mmeineke, Tue Jul 15 17:57:04 2003 UTC vs.
Revision 616 by mmeineke, Tue Jul 15 18:52:16 2003 UTC

# Line 16 | Line 16 | class SimSetup{ (public)
16    SimSetup();
17    ~SimSetup();
18  
19 <  void setSimInfo( SimInfo* the_simnfo ) { simnfo = the_simnfo; }
19 >  void setSimInfo( SimInfo* the_info ) { info = the_info; }
20    void parseFile( char* fileName );
21    void createSim( void );
22  
# Line 32 | Line 32 | class SimSetup{ (public)
32    void finalInfoCheck( void );
33    void initSystemCoords( void );
34    void makeOutNames(void);
35 +  void makeIntegrator(void);
36 +  void initFortran(void);
37  
38    void createFF( void );
39    void compList( void );
# Line 61 | Line 63 | class SimSetup{ (public)
63    SimInfo* info;
64  
65    int n_components;
66 +  int globalAtomIndex;
67  
68    char force_field[100];
69    char ensemble[100];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines