--- trunk/mdtools/headers/SimSetup.hpp 2002/10/09 22:29:40 131 +++ trunk/mdtools/headers/SimSetup.hpp 2003/01/30 15:20:21 253 @@ -22,13 +22,16 @@ class SimSetup{ (public) #ifdef IS_MPI - void receiveParse(void); - void testMe(void); + void testMe(void); #endif private: +#ifdef IS_MPI + void receiveParse(void); +#endif + void makeAtoms( void ); void makeBonds( void ); void makeBends( void ); @@ -71,5 +74,10 @@ class SimSetup{ (public) int current_comp_mol; int current_comp; int current_atom_ndx; + +#ifdef IS_MPI + int* globalIndex; +#endif //is_mpi + }; #endif