--- trunk/mdtools/headers/mpiSimulation.hpp 2002/09/30 19:36:00 121 +++ trunk/mdtools/headers/mpiSimulation.hpp 2002/10/09 22:29:40 131 @@ -1,5 +1,6 @@ +#ifndef __MPISIMULATION__ +#define __MPISIMULATION__ - class mpiSimulation{ public: @@ -25,3 +26,6 @@ class mpiSimulation{ (protected) int nmolsRow,nmolsCol,nmolsLocal; }; + + +#endif