Fixed spelling

This commit is contained in:
Markus Blatt 2013-06-20 17:01:35 +02:00
parent 2db889cd2b
commit 9b0b60c3f8

View File

@ -60,16 +60,16 @@ namespace Opm
LinearSolverInterface::LinearSolverReport LinearSolverInterface::LinearSolverReport
solveCG_AMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, 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 #ifdef HAS_DUNE_FAST_AMG
LinearSolverInterface::LinearSolverReport LinearSolverInterface::LinearSolverReport
solveKAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, solveKAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
double prolongateFactor, int smothsteps); double prolongateFactor, int smoothsteps);
LinearSolverInterface::LinearSolverReport LinearSolverInterface::LinearSolverReport
solveFastAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity, solveFastAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
double prolongateFactor, int smothsteps); double prolongateFactor, int smoothsteps);
#endif #endif
LinearSolverInterface::LinearSolverReport LinearSolverInterface::LinearSolverReport