Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -95,7 +95,7 @@ void G4VUserDetectorConstruction::ConstructParallelSD()
|
||||
// --------------------------------------------------------------------
|
||||
G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld() const
|
||||
{
|
||||
return parallelWorld.size();
|
||||
return (G4int)parallelWorld.size();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user