From 06e0718f042cf60fc2c90b3cda66efac7f44e0c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:14:54 -0600 Subject: [PATCH] Wrap text where appropriate. --- include/deal.II/numerics/fe_field_function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/numerics/fe_field_function.h b/include/deal.II/numerics/fe_field_function.h index 7f07fc883f..49b857530f 100644 --- a/include/deal.II/numerics/fe_field_function.h +++ b/include/deal.II/numerics/fe_field_function.h @@ -150,8 +150,8 @@ namespace Functions * * @note To C++, * Functions::FEFieldFunction::ExcPointNotAvailableHere - * and Functions::FEFieldFunction,TrilinosWrappers - * ::MPI::Vector>::ExcPointNotAvailableHere are distinct types. You + * and Functions::FEFieldFunction, TrilinosWrappers::MPI::Vector>::ExcPointNotAvailableHere + * are distinct types. You * need to make sure that the type of the exception you catch matches the * type of the object that throws it, as shown in the example above. * -- 2.39.5