Skip to content
Snippets Groups Projects
Commit b8ee0dc3 authored by Carmelo Magnafico's avatar Carmelo Magnafico
Browse files

bug fixing

parent bb525048
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ classdef MatMust < handle ...@@ -183,7 +183,7 @@ classdef MatMust < handle
%refine date string to adapt MATLAB date format %refine date string to adapt MATLAB date format
for i=1:numel(data{1}) for i=1:numel(data{1})
if isempty(data{1}(i).data) if isempty(data{1}(i).data)
fprintf('+++ WARNING\n%s for %s\n', 'No Data existing in time span', data.name) fprintf('+++ WARNING\n%s for %s\n', 'No Data existing in time span', data{1}.name)
continue continue
end end
data_par = data{1}(i).data; data_par = data{1}(i).data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment