Salome HOME
Thanks to Joachim
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 11 Dec 2017 14:36:31 +0000 (15:36 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 11 Dec 2017 14:36:31 +0000 (15:36 +0100)
src/SVTK/SVTK_Recorder.cxx

index 11cce2b5b75d5d31bd479e3eb7f0bed850a69b86..955849c948c1fdb08230fe1c39fd8971d6a65941 100755 (executable)
@@ -396,8 +396,7 @@ SVTK_Recorder
     return;
   }
   myFilter->UpdateInformation();
-  //myFilter->SetUpdateExtentToWholeExtent();
-  myFilter->Update();
+  myFilter->UpdateWholeExtent();
 }