]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning...
authordmv <dmv@opencascade.com>
Tue, 15 Jul 2008 13:48:09 +0000 (13:48 +0000)
committerdmv <dmv@opencascade.com>
Tue, 15 Jul 2008 13:48:09 +0000 (13:48 +0000)
src/GEOMImpl/GEOMImpl_IInsertOperations.cxx

index 9339f4a4721fc4d1702d9e6538a064345c647027..3dbe49e5dd0e3fc6386227cced2045d237c98df9 100644 (file)
@@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export
     OCC_CATCH_SIGNALS;
 #endif
     if (!GetSolver()->ComputeFunction(aFunction)) {
-      SetErrorCode("Export driver failed");
+      SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory");
       return;
     }
   }