| # | Line 20 | Line 20 | class SimSetup{ (public) | |
|---|---|---|
| 20 | void parseFile( char* fileName ); | |
| 21 | void createSim( void ); | |
| 22 | ||
| 23 | < | private: | 
| 23 | > | #ifdef MPI | 
| 24 | > | void receveParse(void); | 
| 25 | > | void testMe(void); | 
| 26 | > | #endif | 
| 27 | ||
| 28 | + | |
| 29 | + | private: | 
| 30 | + | |
| 31 | void makeAtoms( void ); | |
| 32 | void makeBonds( void ); | |
| 33 | void makeBends( void ); | |
| # | Line 33 | Line 39 | class SimSetup{ (public) | |
| 39 | MakeStamps* stamps; | |
| 40 | Globals* globals; | |
| 41 | char* inFileName; | |
| 42 | < | |
| 42 | > | |
| 43 | SimInfo* simnfo; | |
| 44 | < | |
| 44 | > | |
| 45 | int n_components; | |
| 46 | ||
| 47 | char force_field[100]; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |