From 0ad5cadd2f4c531381fb15bf5abd3378618ef6c7 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 5 Jun 2002 07:29:41 +0000 Subject: [PATCH] Indent properly. git-svn-id: https://svn.dealii.org/trunk@5989 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_out.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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); -- 2.39.5