From: morsch Date: Tue, 10 Jun 2003 07:45:46 +0000 (+0000) Subject: Print statement removed. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=49341e3a667c1aa6d53847b5afd6e73942cc4907 Print statement removed. --- diff --git a/TFluka/bxdraw.cxx b/TFluka/bxdraw.cxx index 29db5c154eb..d298d0cd4c7 100644 --- a/TFluka/bxdraw.cxx +++ b/TFluka/bxdraw.cxx @@ -16,7 +16,7 @@ void bxdraw(Int_t& icode, Int_t& mreg, Int_t& newreg, ((TFluka*) gMC)->SetXsco(xsco); ((TFluka*) gMC)->SetYsco(ysco); ((TFluka*) gMC)->SetZsco(zsco); - cout << endl << " !!! I am in bxdraw - calling Stepping()" << endl; +// cout << endl << " !!! I am in bxdraw - calling Stepping()" << mreg << endl; ((TFluka*) gMC)->FutoTest(); (TVirtualMCApplication::Instance())->Stepping(); } // end of bxdraw diff --git a/TFluka/sodraw.cxx b/TFluka/sodraw.cxx index 173ee756912..c52b10bdab0 100644 --- a/TFluka/sodraw.cxx +++ b/TFluka/sodraw.cxx @@ -9,7 +9,6 @@ extern "C" { void sodraw() { ((TFluka*) gMC)->SetIcode(0); - cout << endl << " !!! I am in sodraw" << endl; ((TFluka*) gMC)->FutoTest(); } // end of sodraw } // end of extern "C"