From: apo Date: Tue, 22 May 2007 12:31:42 +0000 (+0000) Subject: Fix for Bug IPAL16038 X-Git-Tag: V4_0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d2caab2d9fa21b8cb3afaa56cb37e93fc1255f80;p=modules%2Fvisu.git Fix for Bug IPAL16038 - IOLS. Fatal error on playing non-visible StreamLines --- 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),