Fix an un-initialisation

This commit is contained in:
adam 2009-09-14 14:58:16 +00:00
parent 86ce9df746
commit fb14d85a93

View File

@ -364,7 +364,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
// Generate surface mesh
// -------------------------
char *optstr;
char *optstr = 0;
int startWith = MESHCONST_MESHSURFACE;
int endWith = MESHCONST_OPTSURFACE;
int err = 1;