From: wolf Date: Wed, 5 Jun 2002 07:29:41 +0000 (+0000) Subject: Indent properly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad5cadd2f4c531381fb15bf5abd3378618ef6c7;p=dealii-svn.git Indent properly. git-svn-id: https://svn.dealii.org/trunk@5989 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 f3b286b606..67c9d63bdf 100644 --- a/deal.II/deal.II/include/grid/grid_out.h +++ b/deal.II/deal.II/include/grid/grid_out.h @@ -441,14 +441,15 @@ class GridOut */ enum OutputFormat { dx, gnuplot, eps, ucd }; - /** - * Write triangulation in OpenDX format. - * - * Cells or faces are written - * together with their level and - * their material id or boundary - * indicator, resp. - */ + /** + * Write triangulation in OpenDX + * format. + * + * Cells or faces are written + * together with their level and + * their material id or boundary + * indicator, resp. + */ template void write_dx (const Triangulation &tria, std::ostream &out);