Skip to content

Commit 3c2e1a1

Browse files
committed
removing aux folder
1 parent ea1edcf commit 3c2e1a1

File tree

9 files changed

+3
-36
lines changed

9 files changed

+3
-36
lines changed

CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,3 @@ add_subdirectory(common)
9191
add_subdirectory(effective_area)
9292
#add_subdirectory(radioactive_decays)
9393
#add_subdirectory(supernova)
94-
95-
# Copy auxiliary files from source directory to binary directory
96-
set(mdom_aux
97-
aux/vis.mac
98-
aux/vis.ogl
99-
)
100-
101-
foreach(_script ${mdom_aux})
102-
configure_file(
103-
${PROJECT_SOURCE_DIR}/${_script}
104-
${PROJECT_BINARY_DIR}/${_script}
105-
COPYONLY
106-
)
107-
endforeach()

aux/.DS_Store

-6 KB
Binary file not shown.

aux/UserRadData_z19.a40

Lines changed: 0 additions & 10 deletions
This file was deleted.

aux/UserRadData_z98.a238

Lines changed: 0 additions & 9 deletions
This file was deleted.

aux/init_vis.mac renamed to common/data/vis/init_vis.mac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
/run/initialize
1414
#
1515
# Visualization setting
16-
#/control/execute ../aux/vis_raytracer.mac
17-
/control/execute ../aux/vis.mac
16+
#/control/execute ../common/data/vis/vis_raytracer.mac
17+
/control/execute ../common/data/vis/vis.mac
File renamed without changes.
File renamed without changes.
File renamed without changes.

common/framework/src/OMSim.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void OMSim::startVisualisationIfRequested()
9898
char lArg0[] = "all";
9999
char *lArgv[] = {lArg0, NULL};
100100
G4UIExecutive *UIEx = new G4UIExecutive(1, lArgv);
101-
lUIinterface.applyCommand("/control/execute ../aux/init_vis.mac");
101+
lUIinterface.applyCommand("/control/execute ../common/data/vis/init_vis.mac");
102102
UIEx->SessionStart();
103103
delete UIEx;
104104
}

0 commit comments

Comments
 (0)