/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_global.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_global.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by gforget, Sat Mar 21 11:17:40 2015 UTC revision 1.7 by gforget, Wed Apr 8 19:43:45 2015 UTC
# Line 105  test0=~isfield(mygrid,'XC'); Line 105  test0=~isfield(mygrid,'XC');
105  test1=1;  test1=1;
106  list1={'grid_load','startup','plot_one_field','plot_std_field',...  list1={'grid_load','startup','plot_one_field','plot_std_field',...
107      'example_remap','example_griddata','example_interp','example_faces2latlon2faces',...      'example_remap','example_griddata','example_interp','example_faces2latlon2faces',...
108      'example_bin_average','example_transports','example_budget'};      'example_bin_average','example_transports','example_budget',...
109        'profiles_process_init','gcmfaces_init'};
110  for jj=1:length(list1);  for jj=1:length(list1);
111      test1=test1&isempty(find(strcmp(ST,list1{jj})));      test1=test1&isempty(find(strcmp(ST,list1{jj})));
112  end;  end;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22