--- trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2004/09/24 16:27:58 1492 +++ trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2004/10/20 20:46:20 1617 @@ -17,7 +17,6 @@ #define __C #include "brains/fSimulation.h" -#include "UseTheForce/fortranWrapDefines.hpp" #include "utils/GenericData.hpp" @@ -152,13 +151,6 @@ class SimInfo{ (public) // sets the internal function pointer to fortran. - void setInternal( setFortranSim_TD fSetup, - setFortranBox_TD fBox, - notifyFortranCutOff_TD fCut){ - setFsimulation = fSetup; - setFortranBoxSize = fBox; - notifyFortranCutOffs = fCut; - } int getNDF(); int getNDFraw(); @@ -213,13 +205,7 @@ class SimInfo{ (public) void calcBoxL(); double calcMaxCutOff(); - // private function to initialize the fortran side of the simulation - setFortranSim_TD setFsimulation; - - setFortranBox_TD setFortranBoxSize; - notifyFortranCutOff_TD notifyFortranCutOffs; - //Addtional Properties of SimInfo map properties; void getFortranGroupArrays(SimInfo* info,