From 96625f32df078809a8029abd0c2bd0ed6b339ac3 Mon Sep 17 00:00:00 2001 From: akl Date: Tue, 28 May 2013 08:16:34 +0000 Subject: [PATCH] Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file: set the correct number of symbols to read the given coordinate system data. --- src/DriverUNV/UNV_Utilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2