cosmetic changes

This commit is contained in:
Axel Kohlmeyer
2021-09-15 16:08:53 -04:00
parent 7d92d665e8
commit a8220a8502
2 changed files with 3 additions and 3 deletions

View File

@ -506,8 +506,7 @@ _Jacobi(int n, Scalar **M, int *max_idx_row) {
this->M = M;
this->max_idx_row = max_idx_row;
//assert(this->max_idx_row);
}
else {
} else {
is_preallocated = false;
SetSize(n); // allocate the "M" and "max_int_row" arrays
}