| # | Line 20 | Line 20 | class SimSetup{ (public) | |
|---|---|---|
| 20 | void parseFile( char* fileName ); | |
| 21 | void createSim( void ); | |
| 22 | ||
| 23 | < | #ifdef MPI |
| 24 | < | void receveParse(void); |
| 25 | < | void testMe(void); |
| 23 | > | |
| 24 | > | #ifdef IS_MPI |
| 25 | > | void testMe(void); |
| 26 | #endif | |
| 27 | ||
| 28 | ||
| 29 | private: | |
| 30 | ||
| 31 | + | #ifdef IS_MPI |
| 32 | + | void receiveParse(void); |
| 33 | + | #endif |
| 34 | + | |
| 35 | void makeAtoms( void ); | |
| 36 | void makeBonds( void ); | |
| 37 | void makeBends( void ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |