changed to be serialisable for multiprocessing
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ class G4System{
|
||||
friend class GeometryDescriptor;
|
||||
public:
|
||||
|
||||
G4System(bool Gui=false):gui(Gui){};
|
||||
G4System():gui(false){};
|
||||
G4System(bool Gui):gui(Gui){};
|
||||
~G4System(){
|
||||
if(visManager != nullptr){
|
||||
delete visManager;
|
||||
|
||||
Reference in New Issue
Block a user