From: hartmann Date: Fri, 28 Mar 2008 16:19:24 +0000 (+0000) Subject: Remove to make doxygen work. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f40376100f219cfe8f7c3e687e39c7c96c2817;p=dealii-svn.git Remove to make doxygen work. git-svn-id: https://svn.dealii.org/trunk@15949 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b5d2f34ae4..8566a72f00 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -447,7 +447,7 @@ constraints individually. ability to perform a postprocessing step before a given data vector is written to the output. This way, derived variables can be written instead of the original data. To this end, there is a new - version of DataOut_DoFData::add_data_vector taking a + version of DataOut_DoFData::add_data_vector taking a data vector and a DataPostprocessor, which performs the actual calculation of new data based on the values and possibly derivatives of the original data at each point of the patch.