X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TFluka%2Fendraw.cxx;h=ff72ceb8f8fffe8055a4619bda9a402846ec36ba;hp=2bd40d253094f27c4a10dac5d3e7d04bcc70511d;hb=70541a8079adf01c02b8252c80b130578b2578ae;hpb=548aca6ae5715b38e37fabf94e3f5fae650d94d9 diff --git a/TFluka/endraw.cxx b/TFluka/endraw.cxx index 2bd40d25309..ff72ceb8f8f 100644 --- a/TFluka/endraw.cxx +++ b/TFluka/endraw.cxx @@ -17,6 +17,7 @@ void endraw(Int_t& icode, Int_t& mreg, Double_t& rull, Double_t& xsco, Double_t& ((TFluka*) gMC)->SetXsco(xsco); ((TFluka*) gMC)->SetYsco(ysco); ((TFluka*) gMC)->SetZsco(zsco); + ((TFluka*) gMC)->SetMreg(mreg); (TVirtualMCApplication::Instance())->Stepping(); } // end of endraw } // end of extern "C"