Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file:

set the correct number of symbols to read the given coordinate system data.
This commit is contained in:
akl 2013-05-28 08:16:34 +00:00
parent 2cbc0e004d
commit 96625f32df

View File

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