From 17f0eb62dcbcc89dae322b03ff89c4ca1a85d561 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 5 Oct 2005 16:01:29 +0000 Subject: [PATCH] To update AppendFilter before its usage --- src/CONVERTOR/VISU_Convertor_impl.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index cd08841c..7a726ea0 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -1721,6 +1721,7 @@ namespace } anAppendFilter->Update(); // Fix on VTK + theMeshOnEntity->GetVTKOutput()->Update(); theGaussMesh->myParent = theMeshOnEntity.get(); vtkDataSet* aSource = anAppendFilter->GetOutput(); -- 2.39.2