Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -47,6 +47,12 @@ class G4UIdirectory : public G4UIcommand
|
||||
G4bool commandsToBeBroadcasted = true);
|
||||
// Constructors. The argument is a full path directory which
|
||||
// starts and ends with "/".
|
||||
|
||||
void Sort(G4bool val = true)
|
||||
{ ifSort = val; }
|
||||
G4bool IfSort() const
|
||||
{ return ifSort; }
|
||||
// N.B. ifSort is defined in the base class G4UIcommand
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user