mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Have CMake adjust the tool path in prepareCatalogs.in.py
This commit is contained in:
parent
72cd279b25
commit
7f8f0441b0
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ endCatalogStage = 4
|
||||||
startAPStage = 1
|
startAPStage = 1
|
||||||
endAPStage = 7
|
endAPStage = 7
|
||||||
|
|
||||||
ZOBOV_PATH = os.getenv("PWD")+"/../zobov/"
|
ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/"
|
||||||
CTOOLS_PATH = os.getenv("PWD")+"/../c_tools/"
|
CTOOLS_PATH = "@CMAKE_BINARY_DIR@/c_tools/"
|
||||||
freshStack = True
|
freshStack = True
|
||||||
errorBars = "CALCULATED"
|
errorBars = "CALCULATED"
|
||||||
numIncoherentRuns = 100
|
numIncoherentRuns = 100
|
Loading…
Add table
Add a link
Reference in a new issue