Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -278,7 +278,7 @@ private:
|
||||
float distanceToBeamlineStart;
|
||||
std::string name;
|
||||
|
||||
bool operator<(elementForSorting const &other) const
|
||||
G4bool operator<(elementForSorting const &other) const
|
||||
{
|
||||
if (closestPointZCoord < other.closestPointZCoord)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user