Fixed errors

This commit is contained in:
Jose Eduardo Bueno
2020-09-24 18:07:10 -03:00
parent 1ba81cece2
commit ab57d5ecd2
6 changed files with 30 additions and 29 deletions

View File

@@ -436,7 +436,7 @@ namespace bda
for (unsigned int j = 0; j < dim_wells; ++j){
temp += Cnnzs[bb*dim*dim_wells + j*dim + c]*z2[j];
}
colIdx = toOrder[Ccols[bb]];
int colIdx = toOrder[Ccols[bb]];
y[colIdx*dim + c] -= temp;
}
}