Salome HOME
Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) V4_1_0a1 V4_1_0a2
authorjfa <jfa@opencascade.com>
Fri, 17 Aug 2007 08:10:55 +0000 (08:10 +0000)
committerjfa <jfa@opencascade.com>
Fri, 17 Aug 2007 08:10:55 +0000 (08:10 +0000)
src/GHS3DPlugin_GHS3D.cxx

index 4b15c493173ec5b593d9e84cf585f0ab97d2e90d..547149056d9230829c391c4244684cefd3fbd578 100644 (file)
@@ -582,7 +582,7 @@ bool GHS3DPlugin_GHS3D::Compute(SMESH_Mesh&         theMesh,
       aFacesFile.rdbuf()->is_open() && aPointsFile.rdbuf()->is_open();
 #endif
     if (!Ok)
-       return error(dfltErr(), SMESH_Comment("Can't write into ") << aTmpDir);
+       return error(SMESH_Comment("Can't write into ") << aTmpDir);
 
     vector <const SMDS_MeshNode*> aNodeByGhs3dId;