Ignore:
Timestamp:
Nov 14, 2011, 2:15:55 PM (13 years ago)
Author:
aslmd
Message:

PYTHON: cf. previous commit. forgot to update gcm.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/gcm.py

    r377 r381  
    5353          print "you must specify an operation when using a reference file"
    5454          exit()
    55     if opt.operat is not None:
     55    if opt.operat in ["+","-"]:
    5656       if opt.fref is None:
    5757          print "you must specifiy a reference file when using inter-file operations"
Note: See TracChangeset for help on using the changeset viewer.