From 78b4af478907a057af6c15aa1686c709aecf261e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 8 Aug 2018 09:12:25 +0200 Subject: [PATCH] switch default mesh file format to version 4.0 --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 7dffbe4220..6e29729c35 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1100,7 +1100,7 @@ StringXNumber MeshOptions_Number[] = { "Minimum number of points used to mesh a circle" }, { F|O, "MinimumCurvePoints" , opt_mesh_min_curv_points, 3. , "Minimum number of points used to mesh a (non-straight) curve" }, - { F|O, "MshFileVersion" , opt_mesh_msh_file_version , 2.2 , + { F|O, "MshFileVersion" , opt_mesh_msh_file_version , 4.0 , "Version of the MSH file format to use" }, { F|O, "PartitionHexWeight" , opt_mesh_partition_hex_weight , 1 , "Weight of hexahedral element for METIS load balancing" }, -- GitLab