Improve comment.
This commit is contained in:
parent
38b62d23f5
commit
6f4775df9c
@ -399,7 +399,8 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (xv.empty()) {
|
if (xv.empty()) {
|
||||||
// Nothing specified, insert zeros.
|
// Nothing specified, the entire column is defaulted.
|
||||||
|
// We insert zeros.
|
||||||
for (int i=0; i<int(indx.size()); ++i) {
|
for (int i=0; i<int(indx.size()); ++i) {
|
||||||
table[k][indx[i]] = 0.0;
|
table[k][indx[i]] = 0.0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user