File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ install(EXPORT MeraxesConfig DESTINATION share/meraxes/cmake)
286
286
287
287
# Provide the setuprun build command
288
288
if (NOT BUILD_SHARED_LIBS )
289
- set (INPUT_FILE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /input/params " )
290
- configure_file (${INPUT_FILE_DIR} /input .par ${CMAKE_BINARY_DIR} /input .par ESCAPE_QUOTES @ONLY)
289
+ set (INPUT_FILE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /input" )
290
+ configure_file (${INPUT_FILE_DIR} /params/ input .par ${CMAKE_BINARY_DIR} /input .par ESCAPE_QUOTES @ONLY)
291
291
292
292
add_custom_target (setuprun
293
293
COMMENT "Setting up run with minimal required files..."
Original file line number Diff line number Diff line change 17
17
# found in DefaultsFile and SimParamsFile.**
18
18
19
19
FileNameGalaxies : meraxes
20
- DefaultsFile : @INPUT_FILE_DIR@/defaults.par
21
- SimParamsFile : @INPUT_FILE_DIR@/simulations/Genesis_L10_N2048_PopIII.par
20
+ DefaultsFile : @INPUT_FILE_DIR@/params/ defaults.par
21
+ SimParamsFile : @INPUT_FILE_DIR@/params/ simulations/Genesis_L10_N2048_PopIII.par
22
22
OutputSnapshots : -1
23
23
OutputDir : output
24
24
PhotometricTablesDir : @INPUT_FILE_DIR@/photometric_tables
You can’t perform that action at this time.
0 commit comments