$ID$ was not active so far...

This commit is contained in:
Philip Eisenlohr 2012-01-11 20:18:47 +00:00
parent 37807ff6ca
commit 6163896531
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class extendableOption(Option):
parser = OptionParser(option_class=extendableOption, usage='%prog options', description = """
Sets up the pre and post processing tools of DAMASK
""" + string.replace('$Id: addDivergence.py 1129 2011-12-01 12:01:13Z MPIE\m.diehl $','\n','\\n')
""" + string.replace('$Id$','\n','\\n')
)
compilers = ['intel','ifort','intel32','gfortran','gnu95']