Commit | Line | Data |
---|---|---|
1 | #include <Riostream.h> | |
2 | #include "TFluka.h" | |
3 | #ifndef WIN32 | |
4 | # define sodraw sodraw_ | |
5 | #else | |
6 | # define sodraw SODRAW | |
7 | #endif | |
8 | extern "C" { | |
9 | void sodraw() | |
10 | { | |
11 | ((TFluka*) gMC)->SetIcode(0); | |
12 | cout << endl << " !!! I am in sodraw" << endl; | |
13 | ((TFluka*) gMC)->FutoTest(); | |
14 | } // end of sodraw | |
15 | } // end of extern "C" | |
16 |