From ae8326ac3d3addb5378cf885d59e5c9290cbf6e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Jul 2009 23:38:50 +0000 Subject: [PATCH] Fix a link. git-svn-id: https://svn.dealii.org/trunk@19105 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/slepc_solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/slepc_solver.h b/deal.II/lac/include/lac/slepc_solver.h index 3524ac0aca..c254626d51 100755 --- a/deal.II/lac/include/lac/slepc_solver.h +++ b/deal.II/lac/include/lac/slepc_solver.h @@ -32,7 +32,7 @@ DEAL_II_NAMESPACE_OPEN system.solve (A, B, lambda, x, n_eigenvectors); @endverbatim * for the generalized eigenvalue problem $Ax=B\lambda x$. See also - * @ref step 36 "step-36" for a hands-on example. + * @ref step_36 "step-36" for a hands-on example. * * An alternative implementation to the one above is to use the API * internals directly within the application code. In this way the -- 2.39.5