fixed vis and sensor position

This commit is contained in:
Jan Kieseler
2023-10-09 14:03:00 +02:00
parent 647522ae8c
commit 45f64c8832
4 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
class G4System{
public:
G4System(bool Gui=true):gui(Gui){};
G4System(bool Gui=false):gui(Gui){};
~G4System(){
if(visManager != nullptr){
delete visManager;