From caed738e3c1fc71749938ad9fcff93829b7a756f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Aug 2000 14:05:06 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@3287 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out_rotation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/data_out_rotation.h b/deal.II/deal.II/include/numerics/data_out_rotation.h index 7a46c39189..a093cec384 100644 --- a/deal.II/deal.II/include/numerics/data_out_rotation.h +++ b/deal.II/deal.II/include/numerics/data_out_rotation.h @@ -56,7 +56,7 @@ template class DoFHandler; * @ref{DoFHandler} object passed to this class is taken as the radial * variable, and the output will then be either a circle or a ring * domain. It is in the user's responsibility to assure that the - * radial only attains non-negative values. + * radial coordinate only attains non-negative values. * * * @sect3{Details for 2d computations} -- 2.39.5