]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Regression imps_12/N0 V7_7_0a1 V7_7_0b1
authoreap <eap@opencascade.com>
Wed, 2 Sep 2015 15:52:00 +0000 (18:52 +0300)
committereap <eap@opencascade.com>
Wed, 2 Sep 2015 15:52:00 +0000 (18:52 +0300)
(temporary commit for DEBUG)

src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index a1906735bc3685df45d6c8e3a1082daa4a1eb1fb..d8e01c30b456a1dde8e6bd806e74c92d9e04b4fd 100644 (file)
@@ -49,6 +49,7 @@ extern "C"{
 #include <SMESH_MesherHelper.hxx>
 #include <StdMeshers_FaceSide.hxx>
 #include <StdMeshers_ViscousLayers2D.hxx>
+#include <SMESH_File.hxx>
 
 #include <utilities.h>
 
@@ -2801,6 +2802,7 @@ bool BLSURFPlugin_BLSURF::compute(SMESH_Mesh&         aMesh,
     if (!asciiFound && !binaryFound)
       GMFFileName.append(".mesh");
     mesh_write_mesh(msh, GMFFileName.c_str());
+    cout << GMFFileName << " created = " << SMESH_File(GMFFileName).exists() << endl;
   }
 
   /* retrieve mesh data (see meshgems/mesh.h) */