added missing flags

This commit is contained in:
Martin Diehl 2013-02-03 09:22:25 +00:00
parent a7e7a857c3
commit 7f5e9f70b2
3 changed files with 1 additions and 1 deletions

2
code/setup/compile_SpectralSolver.py Normal file → Executable file
View File

@ -26,7 +26,7 @@ class extendedOption(Option):
parser = OptionParser(option_class=extendedOption, usage='%prog [options] datafile[s]', description = """ parser = OptionParser(option_class=extendedOption, usage='%prog [options] datafile[s]', description = """
Writes version specific files for different MARC releases, adjustes the make file for the spectral solver and optionally compiles the spectral solver Writes version specific files for different MARC releases, adjustes the make file for the spectral solver and optionally compiles the spectral solver
""" + string.replace('$Id: setup_code.py 1908 2012-11-14 09:57:18Z MPIE\p.eisenlohr $','\n','\\n') """ + string.replace('$Id$','\n','\\n')
) )
parser.add_option('-c', '--compile', dest='spectralCompile', action='store_true', \ parser.add_option('-c', '--compile', dest='spectralCompile', action='store_true', \

0
code/setup/setup_code.sh Normal file → Executable file
View File

0
code/setup/symlink_Code.py Normal file → Executable file
View File