| # | Line 19 | Line 19 | class SimSetup{ (public) | |
|---|---|---|
| 19 | void setSimInfo( SimInfo* the_simnfo ) { simnfo = the_simnfo; } | |
| 20 | void parseFile( char* fileName ); | |
| 21 | void createSim( void ); | |
| 22 | – | void testMe(void); |
| 22 | ||
| 23 | < | #ifdef MPI |
| 24 | < | void receveParse(void); |
| 23 | > | |
| 24 | > | #ifdef IS_MPI |
| 25 | > | void receiveParse(void); |
| 26 | void testMe(void); | |
| 27 | #endif | |
| 28 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |