Changeset 2488


Ignore:
Timestamp:
10/22/09 11:19:01 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_transient_field.m

    r2487 r2488  
    5555if exist(options,'caxis'),
    5656        caxis_opt=getfieldvalue(options,'caxis',[]);
    57         string=[string ',''caxis'',[' num2str(caxis_opt(1)) ',' num2str(caxis_opt(2)) ']'];
     57        string=[string ',''caxis#all'',[' num2str(caxis_opt(1)) ',' num2str(caxis_opt(2)) ']'];
    5858end
    5959
Note: See TracChangeset for help on using the changeset viewer.