Salome HOME
Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file:
authorakl <akl@opencascade.com>
Tue, 28 May 2013 08:16:34 +0000 (08:16 +0000)
committerakl <akl@opencascade.com>
Tue, 28 May 2013 08:16:34 +0000 (08:16 +0000)
set the correct number of symbols to read the given coordinate system data.

src/DriverUNV/UNV_Utilities.hxx

index 1e0f42f5b57eadc8eb50c417b492455fa47c41db..049e04e8f16383cf750ccf68587a49ca64ee869d 100644 (file)
@@ -36,7 +36,7 @@
 namespace UNV{
   using namespace std;
 
 namespace UNV{
   using namespace std;
 
-  const size_t theMaxLineLen = 80;
+  const size_t theMaxLineLen = 82;
 
   class MESHDRIVERUNV_EXPORT PrefixPrinter{
     static int myCounter;
 
   class MESHDRIVERUNV_EXPORT PrefixPrinter{
     static int myCounter;