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;
|
||||
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
enum LookFor { NODE = 1,TYPE = 2, NAME = 3 };
|
||||
void setLookFor(LookFor);
|
||||
void setType(const SoType,SbBool = TRUE);
|
||||
void setName(const SbName);
|
||||
// void setName(const SbName);
|
||||
public:
|
||||
int getCount() const;
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user