Skip to content
Snippets Groups Projects
Commit 21333de9 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: @seriesElements: bug fix

parent 0569e46f
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ ne = numElements(o); ...@@ -22,7 +22,7 @@ ne = numElements(o);
ddmin = dynDate(); ddmin = dynDate();
ddmax = dynDate(); ddmax = dynDate();
for i=1:ne for i=1:ne
a = getSeriesElements(o, 1); a = getSeriesElements(o, i);
ddt = a.getRange(); ddt = a.getRange();
if isempty(ddmin) if isempty(ddmin)
ddmin = ddt(1); ddmin = ddt(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment