From b8d70e2ba126743096502f139767730963c98f3a Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 2 May 2002 16:17:59 +0000 Subject: [PATCH] Preliminary change in default argument git-svn-id: https://svn.dealii.org/trunk@5791 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/grid_out.h b/deal.II/deal.II/include/grid/grid_out.h index b79105d73b..f09832192b 100644 --- a/deal.II/deal.II/include/grid/grid_out.h +++ b/deal.II/deal.II/include/grid/grid_out.h @@ -72,7 +72,7 @@ namespace GridOutFlags const bool write_faces = false, const bool write_diameter = false, const bool write_measure = false, - const bool write_all_faces = false); + const bool write_all_faces = true); }; /** -- 2.39.5