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

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

CHG: oecreview

File size: 625 bytes
RevLine 
[27230]1Index: ../trunk-jpl/src/m/plot/plot_transient_movie.m
2===================================================================
3--- ../trunk-jpl/src/m/plot/plot_transient_movie.m (revision 27043)
4+++ ../trunk-jpl/src/m/plot/plot_transient_movie.m (revision 27044)
5@@ -11,7 +11,7 @@
6 %xlim
7 if exist(options,'transient_movie_field'),
8 field=getfieldvalue(options,'transient_movie_field');
9- elseif ischar(getfieldvalue(options,'data'))
10+ elseif ischar(getfieldvalue(options,'data')) && ~strcmp(getfieldvalue(options,'data'),'transient_movie')
11 field=getfieldvalue(options,'data');
12 else
13 disp('List of available fields:');
Note: See TracBrowser for help on using the repository browser.