From 00f851792f549323f19a7686b6482d892a367e31 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 4 Apr 2013 09:41:55 +0000 Subject: [PATCH] Fixed SIGFPE exception (division by zero) occured during execution of non-regression test "POST_PRO StreamLines B5". --- src/VISU_I/VISU_StreamLines_i.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISU_I/VISU_StreamLines_i.cc b/src/VISU_I/VISU_StreamLines_i.cc index 973437ee..ff987068 100644 --- a/src/VISU_I/VISU_StreamLines_i.cc +++ b/src/VISU_I/VISU_StreamLines_i.cc @@ -265,6 +265,7 @@ VISU::StreamLines_i myAppendFilter->RemoveAllInputs(); myAppendFilter->AddInputData(myPrs3dServant->GetPipeLine()->GetMapper()->GetInput()); aSource = myAppendFilter->GetOutput(); + myAppendFilter->Update(); } } myIsAccepted = myPipeLine->SetParams(myIntStep, -- 2.39.2