diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index a2fdcdb777fea26972b1646a1594dd297c27e5e8..cad9f40901fcee78b94c88e798003a9c19038f71 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -56,7 +56,6 @@ void linearSystemPETSc<fullMatrix<PetscScalar> >::getFromRightHandSide(int row, } _try(VecRestoreArray(_b, &tmp)); } - template<> void linearSystemPETSc<fullMatrix<PetscScalar> >::getFromSolution(int row, fullMatrix<PetscScalar> &val) const {