0022218: EDF 2638 SMESH: Issue when importing UNV file

-  const size_t theMaxLineLen = 82;
+  const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
This commit is contained in:
eap 2013-05-28 08:33:47 +00:00
parent 96625f32df
commit d9e7f2c591

View 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;