Salome HOME
Normalize installation dir of all plugins
[modules/paravis.git] / test / VisuPrs / SWIG_scripts / C6.py
index 5dea829be89309ee26e218b8b0c4fbadb44f7a17..696a290b5eaaa44321e28579054873dd285393a6 100644 (file)
@@ -33,7 +33,7 @@ if table_reader is None:
 # 2. Create curves viewer
 cur_view = pvsimple.GetRenderView()
 if cur_view:
-    pvsimple.Delete(cur_view)
+    delete_pv_object(cur_view)
 xy_view = pvsimple.CreateXYPlotView()
 
 # 3. Display curves in the viewer