From 287f4762b9d934370b2c806c9f66e130a732c09b Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Wed, 20 Sep 2023 23:11:46 +0200 Subject: [PATCH] fix --- src/G4System.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/G4System.cc b/src/G4System.cc index 2e59ae8..a9e819d 100644 --- a/src/G4System.cc +++ b/src/G4System.cc @@ -75,8 +75,8 @@ void G4System::run_visualize(const std::string& partSpecies, double minEnergy, d // hard coded macro here check(); - std::vector commands={ + "/run/initialize", "/vis/open DAWNFILE", "/vis/drawVolume", "/vis/viewer/set/viewpointThetaPhi -90 0",