]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TFluka/sodraw.cxx
Option to use Flugg removed.
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
1 #include <Riostream.h>
2 #include "TVirtualMCApplication.h"
3
4 #include "TFluka.h"
5
6 #ifndef WIN32
7 # define sodraw sodraw_
8 #else
9 # define sodraw SODRAW
10 #endif
11 extern "C" {
12 void sodraw()
13 {
14   ((TFluka*) gMC)->SetCaller(5);
15   ((TFluka*) gMC)->SetIcode(0);
16 } // end of sodraw
17 } // end of extern "C"
18