Changeset 381 for trunk/UTIL/PYTHON/gcm.py
- Timestamp:
- Nov 14, 2011, 2:15:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/gcm.py
r377 r381 53 53 print "you must specify an operation when using a reference file" 54 54 exit() 55 if opt.operat i s not None:55 if opt.operat in ["+","-"]: 56 56 if opt.fref is None: 57 57 print "you must specifiy a reference file when using inter-file operations"
Note: See TracChangeset
for help on using the changeset viewer.