Comparing trunk/mdtools/headers/SimSetup.hpp (file contents):
Revision 163 by chuckv, Wed Oct 9 22:29:40 2002 UTC vs.
Revision 164 by mmeineke, Tue Nov 5 22:04:46 2002 UTC
| 22 |
|
|
| 23 |
|
|
| 24 |
|
#ifdef IS_MPI |
| 25 |
< |
void receiveParse(void); |
| 26 |
< |
void testMe(void); |
| 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 ); |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines |
| > |
Changed lines |