]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/sodraw.cxx
Some fixes in navigation with TGeo and implement the recent
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
CommitLineData
fa3d1cc7 1#include <Riostream.h>
7dac99f1 2#include "TVirtualMCApplication.h"
a7bb59a2 3
fa3d1cc7 4#include "TFluka.h"
a7bb59a2 5
fa3d1cc7 6#ifndef WIN32
7# define sodraw sodraw_
8#else
9# define sodraw SODRAW
10#endif
11extern "C" {
12void sodraw()
13{
a1f42b9c 14 ((TFluka*) gMC)->SetCaller(5);
fa3d1cc7 15 ((TFluka*) gMC)->SetIcode(0);
fa3d1cc7 16} // end of sodraw
17} // end of extern "C"
18