source: issm/oecreview/Archive/27032-27229/ISSM-27043-27044.diff@ 27230

Last change on this file since 27230 was 27230, checked in by Mathieu Morlighem, 3 years ago

CHG: oecreview

File size: 625 bytes
  • ../trunk-jpl/src/m/plot/plot_transient_movie.m

     
    1111        %xlim
    1212        if exist(options,'transient_movie_field'),
    1313                field=getfieldvalue(options,'transient_movie_field');
    14         elseif ischar(getfieldvalue(options,'data'))
     14        elseif ischar(getfieldvalue(options,'data')) && ~strcmp(getfieldvalue(options,'data'),'transient_movie')
    1515                field=getfieldvalue(options,'data');
    1616        else
    1717                disp('List of available fields:');
Note: See TracBrowser for help on using the repository browser.