Skip to content

Commit fd23870

Browse files
committed
update list of calling routines for which warning is omitted
added to list: ‘profiles_prep_main','profiles_prep_select','MITprof_demo'
1 parent 4c3abe9 commit fd23870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcmfaces_global.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
'example_remap','example_griddata','example_interp','example_faces2latlon2faces',...
108108
'example_bin_average','example_transports','example_budget',...
109109
'profiles_process_init','gcmfaces_init','diags_pre_process','diags_grid'};
110+
list1={list1{:},'profiles_prep_main','profiles_prep_select','MITprof_demo'};
110111
for jj=1:length(list1);
111112
test1=test1&isempty(find(strcmp(ST,list1{jj})));
112113
end;

0 commit comments

Comments
 (0)