Skip to content
Snippets Groups Projects
Commit b98217ab authored by Tom Fischer's avatar Tom Fischer
Browse files

[MaL] Spelling.

parent 1933bec6
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ bool PETScLinearSolver::solve(PETScMatrix& A, PETScVector &b, PETScVector &x)
PetscInt its;
KSPGetIterationNumber(_solver, &its);
PetscPrintf(PETSC_COMM_WORLD,"\nConvergence in %d iterations.\n", its);
PetscPrintf(PETSC_COMM_WORLD,"\nconverged in %d iterations.", its);
PetscPrintf(PETSC_COMM_WORLD,"\n================================================\n");
}
else if(reason == KSP_DIVERGED_ITS)
......
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