From 2260a28260eb5b05c9c234edc5916fd1f0fb22d2 Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 27 Feb 2006 13:07:59 +0000 Subject: [PATCH] Fix for Bug IPAL11676 - Performance regression of 'generate frames' in animation --- src/CONVERTOR/VISU_MedConvertor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 5cb38b78..12178e79 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -963,7 +963,7 @@ extern "C" VISU_Convertor* CreateConvertor(const string& theFileName) { - if(MED::PWrapper aMed = MED::CrWrapper(theFileName)) + if(MED::PWrapper aMed = MED::CrWrapper(theFileName,true)) return new VISU_MedConvertor(theFileName); return NULL; } -- 2.39.2