From: morsch Date: Mon, 29 Dec 2003 20:49:18 +0000 (+0000) Subject: c&p error corrected. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d05cc475af52814eb0ddf06e34352471c36a141a;p=u%2Fmrichter%2FAliRoot.git c&p error corrected. --- diff --git a/STRUCT/AliFRAMEv2.cxx b/STRUCT/AliFRAMEv2.cxx index 37a044449f5..677296e4333 100644 --- a/STRUCT/AliFRAMEv2.cxx +++ b/STRUCT/AliFRAMEv2.cxx @@ -905,8 +905,8 @@ void AliFRAMEv2::CreateGeometry() gMC->Gspos("BTR3", 2, "B075", 0., 295.75, -10.8, 0, "ONLY"); gMC->Gspos("BTO1", 1, "B071", 0., 0.00, 42.69, 0, "ONLY"); - gMC->Gspos("BTO2", 1, "B071", 0., 0.00, 42.69, 0, "ONLY"); - gMC->Gspos("BTO3", 1, "B071", 0., 0.00, 42.69, 0, "ONLY"); + gMC->Gspos("BTO2", 1, "B074", 0., 0.00, 42.69, 0, "ONLY"); + gMC->Gspos("BTO3", 1, "B075", 0., 0.00, 42.69, 0, "ONLY"); }