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

reporting: @seriesElements: bug fix

parent 7280ec13
Branches
Tags
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