Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 42d09596 authored by Andres Sepulveda's avatar Andres Sepulveda
Browse files

Update get_date.m : In Octave the action on the netcdf file must be declared....

Update get_date.m : In Octave the action on the netcdf file must be declared. Found by Valentina Iturra (UdeC)
parent 81fc6dea
No related branches found
No related tags found
1 merge request!10Draft: Resolve #48 Octave compatibility
......@@ -50,7 +50,7 @@ if isempty(Yorig)
Yorig=nan;
end
%
nc=netcdf(fname);
nc=netcdf(fname,'r');
time=nc{'scrum_time'}(tindex);
if (isempty(time))
time=nc{'ocean_time'}(tindex);
......
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