mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-10 16:57:27 +05:00
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:
parent
96625f32df
commit
d9e7f2c591
@ -36,7 +36,7 @@
|
|||||||
namespace UNV{
|
namespace UNV{
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
const size_t theMaxLineLen = 82;
|
const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
|
||||||
|
|
||||||
class MESHDRIVERUNV_EXPORT PrefixPrinter{
|
class MESHDRIVERUNV_EXPORT PrefixPrinter{
|
||||||
static int myCounter;
|
static int myCounter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user