From d2caab2d9fa21b8cb3afaa56cb37e93fc1255f80 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 22 May 2007 12:31:42 +0000 Subject: [PATCH] Fix for Bug IPAL16038 - IOLS. Fatal error on playing non-visible StreamLines --- src/VISU_I/VISU_StreamLines_i.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISU_I/VISU_StreamLines_i.cc b/src/VISU_I/VISU_StreamLines_i.cc index 40102686..5658bd56 100644 --- a/src/VISU_I/VISU_StreamLines_i.cc +++ b/src/VISU_I/VISU_StreamLines_i.cc @@ -56,7 +56,7 @@ VISU::StreamLines_i bool theIsMemoryCheck) { try{ - if(!VISU::ScalarMap_i::IsPossible(theResult, theMeshName, theEntity, theFieldName, theTimeStampNumber, false)) + if(!TSuperClass::IsPossible(theResult, theMeshName, theEntity, theFieldName, theTimeStampNumber, false)) return 0; VISU::Result_i::TInput* anInput = theResult->GetInput(); @@ -235,7 +235,7 @@ VISU::StreamLines_i VISU::Prs3d_i*& thePrs3dServant, vtkAppendFilter* theAppendFilter, size_t& theIsAccepted): - myIntStep(myIntStep), + myIntStep(theIntStep), myPropogationTime(thePropogationTime), myStepLength(theStepLength), myPrs3d(thePrs3d), -- 2.39.2