/[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.7 by gforget, Wed Apr 8 19:43:45 2015 UTC revision 1.8 by gforget, Wed Jan 13 16:59:19 2016 UTC
# Line 111  for jj=1:length(list1); Line 111  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;
113  if test0&test1&myenv.issueWarnings;  if test0&test1&myenv.issueWarnings;
114      warning('mygrid has not yet been loaded to memory. To use gcmfaces please use grid_load.m first.');      warning('mygrid has not yet been loaded to memory');
115  end;  end;
116    
117  %send to workspace:  %send to workspace:

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

  ViewVC Help
Powered by ViewVC 1.1.22