Skip to content
Snippets Groups Projects
Commit dd6b45eb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent 19c56a58
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ void linearSystemPETSc<scalar>::getFromMatrix(int row, int col, scalar &val) con ...@@ -265,7 +265,7 @@ void linearSystemPETSc<scalar>::getFromMatrix(int row, int col, scalar &val) con
} }
template <class scalar> template <class scalar>
void linearSystemPETSc<scalar>::addToRightHandSide(int row, const scalar &val) void linearSystemPETSc<scalar>::addToRightHandSide(int row, const scalar &val, int ith)
{ {
PetscInt i = row; PetscInt i = row;
PetscScalar s = val; PetscScalar s = val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment