Salome HOME
0022218: EDF 2638 SMESH: Issue when importing UNV file
authoreap <eap@opencascade.com>
Tue, 28 May 2013 08:33:47 +0000 (08:33 +0000)
committereap <eap@opencascade.com>
Tue, 28 May 2013 08:33:47 +0000 (08:33 +0000)
-  const size_t theMaxLineLen = 82;
+  const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"

src/DriverUNV/UNV_Utilities.hxx

index 049e04e8f16383cf750ccf68587a49ca64ee869d..50a53a75f16112200b24896e4420aff7dac71c16 100644 (file)
@@ -36,7 +36,7 @@
 namespace UNV{
   using namespace std;
 
-  const size_t theMaxLineLen = 82;
+  const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
 
   class MESHDRIVERUNV_EXPORT PrefixPrinter{
     static int myCounter;