Skip to content
Snippets Groups Projects
Commit a7e68cdf authored by Rene Brun's avatar Rene Brun
Browse files

Use new option "d" (dummy cache) when calling CloseGeometry.

git-svn-id: http://root.cern.ch/svn/root/trunk@5904 27541ba8-7e3a-0410-8455-c3a389f83636
parent be59aa0b
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ TGeoMedium *med16 = new TGeoMedium("RHONEYCM",16,16,0,0,0,20,0.1000000E+11,0.212
TOP->AddNode(TRAP, 15, new TGeoTranslation(-100, -100, -100));
TOP->AddNode(GTRA, 16, new TGeoTranslation(100, 100, 0));
//---> close geometry
geom->CloseGeometry();
geom->CloseGeometry("d");
geom->DefaultColors();
TIter next(gGeoManager->GetListOfVolumes());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment