Fix bug in cleanup commit
Fix a copy-paste error in rB11c4066159e
This commit is contained in:
@@ -169,7 +169,7 @@ void BCMatrix::sanitize(Matrix &mat, int precision)
|
||||
void BCMatrix::sanitize(DMatrix &mat, int precision)
|
||||
{
|
||||
for (auto &row : mat) {
|
||||
for (float &cell : row) {
|
||||
for (double &cell : row) {
|
||||
cell = double_round(cell, precision);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user