Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -103,7 +103,7 @@ G4PhysicsTableHelper::PreparePhysicsTable(G4PhysicsTable* physTable)
|
||||
|
||||
for (std::size_t idx = 0; idx <numberOfMCC; ++idx)
|
||||
{
|
||||
const G4MaterialCutsCouple* mcc = cutTable->GetMaterialCutsCouple(idx);
|
||||
const G4MaterialCutsCouple* mcc = cutTable->GetMaterialCutsCouple((G4int)idx);
|
||||
|
||||
// check if re-calculation of the physics vector is needed
|
||||
// MCC is not used
|
||||
|
||||
Reference in New Issue
Block a user