From 76821735019cff4e551e101c2455e71b4452a69c Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 17 May 2007 09:25:29 +0000 Subject: [PATCH] IOLS. Fix 'Import Structure' from MED to VISU. --- src/VISU_I/VISU_Result_i.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VISU_I/VISU_Result_i.cc b/src/VISU_I/VISU_Result_i.cc index 27071743..a23a69bd 100644 --- a/src/VISU_I/VISU_Result_i.cc +++ b/src/VISU_I/VISU_Result_i.cc @@ -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<GetFileInfoMultipr().filePath()<GetFileInfoMultipr().filePath().latin1()) == 0) + if (theResult->GetFileInfoMultipr().filePath().isEmpty()) return; QApplication::setOverrideCursor(Qt::waitCursor); -- 2.39.2