From: akl Date: Tue, 28 May 2013 08:16:34 +0000 (+0000) Subject: Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file: X-Git-Tag: V7_3_0a1~399 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=96625f32df078809a8029abd0c2bd0ed6b339ac3 Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file: set the correct number of symbols to read the given coordinate system data. --- diff --git a/src/DriverUNV/UNV_Utilities.hxx b/src/DriverUNV/UNV_Utilities.hxx index 1e0f42f5b..049e04e8f 100644 --- a/src/DriverUNV/UNV_Utilities.hxx +++ b/src/DriverUNV/UNV_Utilities.hxx @@ -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;