diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 634b7c5bf..81fca7cf9 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -60,16 +60,16 @@ namespace Opm LinearSolverInterface::LinearSolverReport solveCG_AMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, - double prolongateFactor, int smothsteps); + double prolongateFactor, int smoothsteps); #ifdef HAS_DUNE_FAST_AMG LinearSolverInterface::LinearSolverReport solveKAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, - double prolongateFactor, int smothsteps); + double prolongateFactor, int smoothsteps); LinearSolverInterface::LinearSolverReport solveFastAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, - double prolongateFactor, int smothsteps); + double prolongateFactor, int smoothsteps); #endif LinearSolverInterface::LinearSolverReport