Salome HOME
Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file:
[modules/smesh.git] / src / DriverUNV / UNV_Utilities.hxx
index 1e0f42f5b57eadc8eb50c417b492455fa47c41db..049e04e8f16383cf750ccf68587a49ca64ee869d 100644 (file)
@@ -36,7 +36,7 @@
 namespace UNV{
   using namespace std;
 
-  const size_t theMaxLineLen = 80;
+  const size_t theMaxLineLen = 82;
 
   class MESHDRIVERUNV_EXPORT PrefixPrinter{
     static int myCounter;