From bf6c243faeaa5a6629e2105330caa8754cf6748b Mon Sep 17 00:00:00 2001 From: Janis Streib <me@janis-streib.de> Date: Tue, 01 Feb 2022 12:44:47 +0100 Subject: [PATCH] FIX: wrong debug config --- src/G4Export.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/G4Export.cpp b/src/G4Export.cpp index ac246d7..1c17137 100644 --- a/src/G4Export.cpp +++ b/src/G4Export.cpp @@ -107,7 +107,6 @@ rs.srcScale=rs.senScale=0.5; rs.counter=0; - cfgFile="config.g4c"; int resp=trk.Connect(const_cast<char*>(cfgFile.c_str())); // whaaaaa if (!resp){ printf("Error Connecting to G4\n"); -- Gitblit v1.9.1