From b8faab8fc3306b4f6cdbcf2865cc3891f7532b3e Mon Sep 17 00:00:00 2001 From: san Date: Fri, 18 Nov 2011 09:45:32 +0000 Subject: [PATCH] Issue 21428: [CEA] Dump Python produces incorrect output in SMESH Correction taken from SALOME 6.4.0 and integrated into BR_PPGP_Dev for PPGP v0.1 production needs. --- src/SMESH_I/SMESH_2smeshpy.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index 767c32582..0fba2614b 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -423,7 +423,9 @@ void _pyGen::Process( const Handle(_pyCommand)& theCommand ) // objects erasing creation command if no more it's commands invoked: // SMESH_Pattern, FilterManager - if ( method == "GetPattern" || method == "CreateFilterManager" ) { + if ( method == "GetPattern" || + method == "CreateFilterManager" || + method == "CreateMeasurements" ) { Handle(_pyObject) obj = new _pySelfEraser( theCommand ); if ( !myObjects.insert( make_pair( obj->GetID(), obj )).second ) theCommand->Clear(); // already created -- 2.30.2