]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IOLS. Fix 'Import Structure' from MED to VISU.
authorjfa <jfa@opencascade.com>
Thu, 17 May 2007 09:25:29 +0000 (09:25 +0000)
committerjfa <jfa@opencascade.com>
Thu, 17 May 2007 09:25:29 +0000 (09:25 +0000)
src/VISU_I/VISU_Result_i.cc

index 27071743532c9218c4f2dafd01cfe9904fad5d3c..a23a69bdeabe53dc5b339af8c02e07445cc4aaf1 100644 (file)
@@ -774,8 +774,7 @@ namespace VISU
 
     // if MED file is not a distributed MED file (created with MULTIPR),
     // then it is not necessary to build parts
-    cout<<theResult->GetFileInfoMultipr().filePath()<<endl;
-    if (strlen(theResult->GetFileInfoMultipr().filePath().latin1()) == 0)
+    if (theResult->GetFileInfoMultipr().filePath().isEmpty())
       return;
 
     QApplication::setOverrideCursor(Qt::waitCursor);