From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:14:54 +0000 (-0600) Subject: Wrap text where appropriate. X-Git-Tag: v8.3.0-rc1~454^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e0718f042cf60fc2c90b3cda66efac7f44e0c6;p=dealii.git Wrap text where appropriate. --- 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. *