Ignore:
Timestamp:
Nov 14, 2011, 9:56:08 PM (14 years ago)
Author:
acolaitis
Message:

PYTHON. Minor commit to avoid loosing stuff when gnome is down tomorrow.

File:
1 edited

Legend:

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

    r383 r385  
    175175                outputname=opt.out,resolution=opt.res,\
    176176                ope=opt.operat,fileref=reffile,minop=opt.vminope,maxop=opt.vmaxope,titleref=opt.titref,\
    177                 invert_y=opt.inverty,xaxis=zexaxis,yaxis=zeyaxis,ylog=opt.logy,yintegral=opt.column)
     177                invert_y=opt.inverty,xaxis=zexaxis,yaxis=zeyaxis,ylog=opt.logy,yintegral=opt.column,\
     178                blat=opt.blat)
    178179        print 'Done: '+name
    179180        system("rm -f to_be_erased")
Note: See TracChangeset for help on using the changeset viewer.