Improve comment.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-10-10 19:23:11 +02:00
parent 38b62d23f5
commit 6f4775df9c

View File

@ -399,7 +399,8 @@ namespace
}
}
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) {
table[k][indx[i]] = 0.0;
}