committing misc local edits before mergering with GPL'd versions

This commit is contained in:
P.M. Sutter 2013-03-03 21:00:37 -06:00
parent af4f6cf41e
commit 29cb7a5a45
6 changed files with 33 additions and 17 deletions

View file

@ -434,6 +434,7 @@ if (args.halos or args.all) and haloFileBase != "":
if dataFormat == "sdf":
# TODO process halo file with SDFcvt
SDFcvt_PATH = "@CMAKE_BINARY_DIR@/ep_build/sdf/bin/SDFcvt/"
outFile = open(catalogDir+"/"+sampleName+".dat", 'w')
outFile.write("-99 -99 -99 -99 -99 -99 -99\n")
outFile.close()