From 6267848a6832fb942123498542fa02d2c3126e7e Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Wed, 14 May 2014 15:17:46 +0200 Subject: [PATCH] changed one word in comment --- MathLib/LinAlg/PETSc/PETScLinearSolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index cba1a2a2c3d..7d653663bca 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -54,7 +54,7 @@ class PETScLinearSolver Solve a system of equations. \param b The right hand of the equations. \param x The solutions to be solved. - \return true: converged, false: diverged due to exeeding + \return true: converged, false: diverged due to exceeding the maximum iterations. */ bool solve(const PETScVector &b, PETScVector &x); -- GitLab