From c0c5380b6fd2d8e04906e5e38aa7f5e852d5e12c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 31 Jan 2013 17:27:44 +0000 Subject: [PATCH] don't save only physicals in unrolled geo by default - it's buggy --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 8f2ecabc81..b7d67d95ef 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1489,7 +1489,7 @@ StringXNumber PrintOptions_Number[] = { { F|O, "GeoLabels" , opt_print_geo_labels , 1. , "Save labels in unrolled Gmsh geometries" }, - { F|O, "GeoOnlyPhysicals" , opt_print_geo_only_physicals , 1. , + { F|O, "GeoOnlyPhysicals" , opt_print_geo_only_physicals , 0. , "Only save entities that belong to physical groups" }, { F|O, "GifDither" , opt_print_gif_dither , 0. , "Apply dithering to GIF output" }, -- GitLab