Skip to content
Snippets Groups Projects
Commit 6267848a authored by wenqing's avatar wenqing
Browse files

changed one word in comment

parent cf001804
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment