| 17 |  |  | 
| 18 |  | #define __C | 
| 19 |  | #include "brains/fSimulation.h" | 
| 20 | – | #include "UseTheForce/fortranWrapDefines.hpp" | 
| 20 |  | #include "utils/GenericData.hpp" | 
| 21 |  |  | 
| 22 |  |  | 
| 151 |  |  | 
| 152 |  | // sets the internal function pointer to fortran. | 
| 153 |  |  | 
| 155 | – | void setInternal( setFortranSim_TD fSetup, | 
| 156 | – | setFortranBox_TD fBox, | 
| 157 | – | notifyFortranCutOff_TD fCut){ | 
| 158 | – | setFsimulation = fSetup; | 
| 159 | – | setFortranBoxSize = fBox; | 
| 160 | – | notifyFortranCutOffs = fCut; | 
| 161 | – | } | 
| 154 |  |  | 
| 155 |  | int getNDF(); | 
| 156 |  | int getNDFraw(); | 
| 205 |  | void calcBoxL(); | 
| 206 |  | double calcMaxCutOff(); | 
| 207 |  |  | 
| 216 | – | // private function to initialize the fortran side of the simulation | 
| 217 | – | setFortranSim_TD setFsimulation; | 
| 218 | – |  | 
| 219 | – | setFortranBox_TD setFortranBoxSize; | 
| 208 |  |  | 
| 221 | – | notifyFortranCutOff_TD notifyFortranCutOffs; | 
| 222 | – |  | 
| 209 |  | //Addtional Properties of SimInfo | 
| 210 |  | map<string, GenericData*> properties; | 
| 211 |  | void getFortranGroupArrays(SimInfo* info, |