| 10 |
|
|
| 11 |
|
#define __C |
| 12 |
|
#include "fSimulation.h" |
| 13 |
+ |
#include <fortranWrapDefines.hpp> |
| 14 |
|
|
| 15 |
|
|
| 16 |
+ |
|
| 17 |
|
class SimInfo{ |
| 18 |
|
|
| 19 |
|
public: |
| 82 |
|
|
| 83 |
|
// sets the internal function pointer to fortran. |
| 84 |
|
|
| 85 |
< |
void setInternal( void (*fSetup)( simtype*, int* ) ){ |
| 85 |
> |
void setInternal( void (*fSetup) setFortranSimList ){ |
| 86 |
|
setFsimulation = fSetup; |
| 87 |
|
} |
| 88 |
|
|
| 92 |
|
void wrapMe(); |
| 93 |
|
|
| 94 |
|
// private function to initialize the fortran side of the simulation |
| 95 |
< |
void (*setFsimulation)( simtype* the_Info, int* isError ); |
| 95 |
> |
void (*setFsimulation) setFortranSimList; |
| 96 |
|
|
| 97 |
|
|
| 98 |
|
}; |