From 0bb7caed0385bfa43e0c842ee22dc8009375fd44 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:11:55 -0600 Subject: [PATCH] Reference a member the proper way. --- include/deal.II/lac/solver_gmres.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index 8faaa1ed01..39d29d49b7 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2014 by the deal.II authors +// Copyright (C) 1998 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -313,9 +313,9 @@ private: * preconditioner. * * FGMRES needs two vectors in each iteration steps yielding a total of - * 2*SolverFGMRESAdditionalData::max_basis_size+1 auxiliary vectors. + * 2*SolverFGMRES::AdditionalData::max_basis_size+1 auxiliary vectors. * - * Caveat: documentation of this class is not up to date. There are also a few + * Caveat: Documentation of this class is not up to date. There are also a few * parameters of GMRES we would like to introduce here. * * @author Guido Kanschat, 2003 -- 2.39.5