From: wolf Date: Mon, 5 Jul 1999 11:29:04 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8c87367a1881a7df37769cadf2471462e27392;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1535 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_out.h b/deal.II/deal.II/include/grid/grid_out.h index 05b63676c2..8bcbf341b2 100644 --- a/deal.II/deal.II/include/grid/grid_out.h +++ b/deal.II/deal.II/include/grid/grid_out.h @@ -325,7 +325,7 @@ class GridOut { /** * Angle of the line origin-viewer - * against the z-axis in degrees + * against the z-axis in degrees. * * Default is the Gnuplot-default * of 60. diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index 35bee3b6db..4f767908d8 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -333,14 +333,14 @@ class DataIn { * scale the cell vector there is the method #color#. It is called * with the actual value of the cell, the maximum and the minimum * value of a cell in the cell vector. It returns three values for - * red, green and blue. If there no cell_data vector than there is + * red, green and blue. If there no #cell_data# vector than there is * transparent shading. * \item[LightShaded] just shades the plot. This is controlled by * the vector #light# which stores the direction of the light * beams. This is done only if there is height information. * \item[DefaultShading] is controlled by presence of different * vectors. If there no height information then do no - * shading. Otherwise if there is cell_data use this for shading. + * shading. Otherwise if there is #cell_data# use this for shading. * Otherwise do light shading. * \end{enumerate} *