Salome HOME
Découpage de construitFissureGenerale
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.cxx
index 059ca3c8b952d6bfb20be6c8c2ea669093d9bfd8..07438154946b3d915462793a637954e91097f886 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  EDF R&D
+// Copyright (C) 2006-2020  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -437,7 +437,7 @@ int MESHCUT::codeGMSH(std::string type)
 
 std::string MESHCUT::floatEnsight(float x)
 {
-  char buf[12];
+  char buf[20];
   string s;
   if (x < 0.0)
     sprintf(buf, "%1.5E", x);