parameters added to scripts to handle real-space analysis

This commit is contained in:
P.M. Sutter 2013-09-06 14:56:46 -05:00
parent 1c68b64948
commit 5c4be39a99
3 changed files with 15 additions and 4 deletions

View file

@ -330,7 +330,7 @@ def launchPrune(sample, binPath,
periodicLine = " --periodic='" + getPeriodic(sample) + "'"
if useLCDM:
useLCDMFlag = "--useLCDM"
useLCDMFlag = " --useLCDM"
else:
useLCDMFlag = ""