Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -181,7 +181,7 @@ AddLowerWeights(const G4GeometryCell& gCell,
|
||||
map[fGeneralUpperEnergyBound] = lowerWeights[i];
|
||||
++i;
|
||||
}
|
||||
fCellToUpEnBoundLoWePairsMap[gCell] = map;
|
||||
fCellToUpEnBoundLoWePairsMap[gCell] = std::move(map);
|
||||
}
|
||||
|
||||
void G4WeightWindowStore::
|
||||
|
||||
Reference in New Issue
Block a user