From: Ralf Hartmann Date: Fri, 23 Sep 2005 10:04:56 +0000 (+0000) Subject: Update doc. X-Git-Tag: v8.0.0~13087 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5169b98e3bb3b10413c7bd1c991990e15d4442e;p=dealii.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;