Changeset 7546


Ignore:
Timestamp:
02/28/11 22:54:02 (14 years ago)
Author:
Eric.Larour
Message:

additional options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plot_qmuhistnorm.m

    r7141 r7546  
    3737if exist(options,'cdfplt'), cdfplt=getfieldvalue(options,'cdfplt'); qmuoptions=[qmuoptions ',''cdfplt'',''' cdfplt '''']; end
    3838if exist(options,'cdfleg'), cdfleg=getfieldvalue(options,'cdfleg'); qmuoptions=[qmuoptions ',''cdfleg'',''' cdfleg '''']; end
     39if exist(options,'nrmplt'), nrmplt=getfieldvalue(options,'nrmplt'); qmuoptions=[qmuoptions ',''nrmplt'',''' nrmplt '''']; end
    3940
    4041%use qmu plot
Note: See TracChangeset for help on using the changeset viewer.