From: Wolfgang Bangerth Date: Wed, 21 Nov 2012 22:05:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~1775 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b717335b36e87512acc73f9671c6ed4d4b1e08;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@27666 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_solver.h b/deal.II/include/deal.II/lac/petsc_solver.h index e9fae6171c..598bc31db5 100644 --- a/deal.II/include/deal.II/lac/petsc_solver.h +++ b/deal.II/include/deal.II/lac/petsc_solver.h @@ -1156,7 +1156,7 @@ namespace PETScWrappers * SolverControl cn; * PETScWrappers::SparseDirectMUMPS solver(cn, mpi_communicator); * solver.set_symmetric_mode(true); - * solver.solve(system_matrix, solutions, system_rhs); + * solver.solve(system_matrix, solution, system_rhs); * @endcode * * @note The class internally calls KSPSetFromOptions thus you are