Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -104,8 +104,8 @@ G4LogicalVolume * FCALEMModule::Construct()
|
||||
//-----------------------------
|
||||
// construction of materials
|
||||
//-----------------------------
|
||||
FCALMaterialConsultant * FCALMaterials = new FCALMaterialConsultant();
|
||||
FCALMaterials->construct();
|
||||
FCALMaterialConsultant *FCALMaterials =
|
||||
FCALMaterialConsultant::GetInstance();
|
||||
|
||||
G4VisAttributes * ColorOfEMModule = new G4VisAttributes(G4Colour(1.,0.,0.5));
|
||||
// G4VisAttributes * ColorOfLArg = new G4VisAttributes(G4Colour(0.,0.,1.));
|
||||
|
||||
Reference in New Issue
Block a user