From: wolf Date: Tue, 30 Nov 1999 15:17:43 +0000 (+0000) Subject: More doc updates. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922f4777f78c010395b096ccdb0863ed2c5a70d7;p=dealii-svn.git More doc updates. git-svn-id: https://svn.dealii.org/trunk@1962 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 6364a9de70..834761a7ac 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -153,10 +153,10 @@ * \begin{itemize} * * \item #BICUBIC_PATCH# - * A bicubic_patch is a 3-dimensional Bezier patch. It consists of 16 Points + * A #bicubic_patch# is a 3-dimensional Bezier patch. It consists of 16 Points * describing the surface. The 4 corner points are touched by the object, * while the other 12 points pull and stretch the patch into shape. - * One bicubic_patch is generated on each patch. Therefor the number of + * One #bicubic_patch# is generated on each patch. Therefor the number of * subdivisions has to be 3 to provide the patch with 16 points. * A bicubic patch is not exact but generates very smooth images. *