--- trunk/mdtools/headers/mpiSimulation.hpp 2002/12/04 21:19:38 194 +++ trunk/mdtools/headers/mpiSimulation.hpp 2002/12/05 18:53:40 195 @@ -2,8 +2,8 @@ #define __MPISIMULATION__ #include "SimInfo.hpp" +#include "MakeStamps.hpp" - class mpiSimulation{ public: @@ -23,12 +23,14 @@ class mpiSimulation{ (protected) int myMolStart; int myMolEnd; + int myAtomStart, myAtomEnd; int myMol; + int myNlocal; int numberProcessors; int myNode; // int processorNameLen; // char* processorName; - int natomsRow,natomsCol,natomsStart,natomsEnd; + int natomsRow,natomsCol; int numberCols,numberRows; int nmolsRow,nmolsCol,nmolsLocal;