Fix an un-initialisation
This commit is contained in:
parent
86ce9df746
commit
fb14d85a93
@ -364,7 +364,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
// Generate surface mesh
|
// Generate surface mesh
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
char *optstr;
|
char *optstr = 0;
|
||||||
int startWith = MESHCONST_MESHSURFACE;
|
int startWith = MESHCONST_MESHSURFACE;
|
||||||
int endWith = MESHCONST_OPTSURFACE;
|
int endWith = MESHCONST_OPTSURFACE;
|
||||||
int err = 1;
|
int err = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user