]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL16038
authorapo <apo@opencascade.com>
Tue, 22 May 2007 12:31:42 +0000 (12:31 +0000)
committerapo <apo@opencascade.com>
Tue, 22 May 2007 12:31:42 +0000 (12:31 +0000)
 - IOLS. Fatal error on playing non-visible StreamLines

src/VISU_I/VISU_StreamLines_i.cc

index 4010268645355d56a0abb90654c8fb4d727e4db0..5658bd562ed4896658fac6cfcd730afbaf8940b8 100644 (file)
@@ -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),