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

reporting: @seriesElements: bug fix

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