Skip to content
Snippets Groups Projects
Commit 741b253a authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

display output on console

parent a4fbf965
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ while ~feof(fid)
if ~strcmp(current_pf, pf)
fprintf(fid_cm, '\n%s :\n\n', upper(pf));
fprintf(fid_dm, '\n%s :\n\n', upper(pf));
% display to screen
fprintf( '\n%s :\n', upper(pf));
current_pf = pf;
end
......@@ -74,6 +76,7 @@ while ~feof(fid)
% ----------------
if ~isempty(match)
fprintf(fid_dm, '%s\n', match{1}{1});
fprintf('%s -> %s\n', match{1}{1}, cm);
end
% close netcdf file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment