From c67b3c9bc6d4e0c8e4e3fe257a9ff6a9298f2f33 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 29 Sep 2005 15:44:16 +0000 Subject: [PATCH] To fix a compilation error --- 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 716b52ad..474b9c92 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1952,7 +1952,7 @@ VISU_MedConvertor VISU::PMEDField theField, VISU::PMEDValForTime theValForTime) { - PProfileMergeFilter aProfileMergeFilter = aValForTime->myProfileMergeFilter; + PProfileMergeFilter aProfileMergeFilter = theValForTime->myProfileMergeFilter; return LoadValForTime(theMed, theMesh, theMeshOnEntity, -- 2.39.2