--- trunk/OOPSE-3.0/src/brains/mpiSimulation.hpp 2004/09/24 16:27:58 1492 +++ trunk/OOPSE-3.0/src/brains/mpiSimulation.hpp 2004/10/20 21:16:01 1619 @@ -6,7 +6,7 @@ #define __C #include "UseTheForce/mpiComponentPlan.h" -#include "UseTheForce/fortranWrapDefines.hpp" +#include "UseTheForce/DarkSide/simParallel_interface.h" class mpiSimulation{ public: @@ -35,13 +35,6 @@ class mpiSimulation{ (public) int getGlobalToLocalAtom(int globalIndex) {return globalToLocalAtom[globalIndex];} int getGlobalToLocalGroup(int globalIndex) {return globalToLocalGroup[globalIndex];} - // sets the internal function pointer to fortran. - - void setInternal( setFortranMPI_TD fSetup){ - setFsimParallel = fSetup; - } - - // call at the begining and after load balancing void mpiRefresh( void ); @@ -62,14 +55,10 @@ class mpiSimulation{ (public) vector globalToLocalAtom; vector globalToLocalGroup; - // private function to initialize the fortran side of the simulation - setFortranMPI_TD setFsimParallel; - // int *myIdents; // is needed by Cpp only. It tells the molecule which stamp it is. }; - /** The following pointer is the global declaration of the mpiSim object created when the mpiSimulation creation routine is