From b3f24972cc8a36c490c8898287cf2b8a9849207a Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Thu, 20 Jun 2013 17:01:35 +0200 Subject: [PATCH] Fixed spelling --- opm/core/linalg/LinearSolverIstl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 634b7c5b..81fca7cf 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