mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
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:
parent
2cbc0e004d
commit
96625f32df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user