From: bangerth Date: Tue, 14 Feb 2012 09:43:53 +0000 (+0000) Subject: Update a completely outdated comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f534383cf3c94ce946f8484572f41a23acd7e6b1;p=dealii-svn.git Update a completely outdated comment. git-svn-id: https://svn.dealii.org/trunk@25065 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/data_out.h b/deal.II/include/deal.II/numerics/data_out.h index f8b125fa5a..cc9f8d8d5f 100644 --- a/deal.II/include/deal.II/numerics/data_out.h +++ b/deal.II/include/deal.II/numerics/data_out.h @@ -532,11 +532,7 @@ class DataOut_DoFData : public DataOutInterface /** * Add a data vector together - * with its name and the physical - * unit (for example meter, - * kelvin, etc). By default, - * "" is assumed - * for the units. + * with its name. * * A pointer to the vector is * stored, so you have to make