From: hartmann Date: Fri, 23 Sep 2005 10:04:56 +0000 (+0000) Subject: Update doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91746453c1851ea36ec01bac9fc0c1983d74b796;p=dealii-svn.git Update doc. git-svn-id: https://svn.dealii.org/trunk@11516 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 6534edc85f..2403d4dc3b 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -1995,14 +1995,13 @@ class DataOutInterface : private DataOutBase void write_tecplot (std::ostream &out) const; /** - * Obtain data through get_patches() - * and write it in the Tecplot - * binary output format. Note - * that the name of the output - * file must be specified through - * the TecplotFlags - * interface. See - * DataOut::write_tecplot_binary. + * Obtain data through + * get_patches() and write it in + * the Tecplot binary output + * format. Note that the name of + * the output file must be + * specified through the + * TecplotFlags interface. */ void write_tecplot_binary (std::ostream &out) const;