Skip to content

Commit e6d5e3f

Browse files
author
Martin D. Weinberg
committed
Typo fix in TableData update for new interface
1 parent 06eb7f2 commit e6d5e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

expui/Coefficients.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@ namespace CoefClasses
27152715
coef->time = times[n];
27162716
coef->store.resize(cols);
27172717
coef->initCoefMap();
2718-
for (int i=0; i<cols; i++) coef->getCoefs()(0, i) = data[n][i];
2718+
for (int i=0; i<cols; i++) coef->getCoefs()(i) = data[n][i];
27192719

27202720
coefs[roundTime(times[n])] = coef;
27212721
}

0 commit comments

Comments
 (0)