From: pascale.noyret Date: Thu, 25 Feb 2021 11:46:05 +0000 (+0100) Subject: correction UserAssdMultiple X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=99f49fe329f2b42cd4cd01d641e162bdec3aaa8b;p=tools%2Feficas.git correction UserAssdMultiple --- diff --git a/Noyau/N_MCSIMP.py b/Noyau/N_MCSIMP.py index 64f54b99..e8734c01 100644 --- a/Noyau/N_MCSIMP.py +++ b/Noyau/N_MCSIMP.py @@ -174,6 +174,7 @@ class MCSIMP(N_OBJECT.OBJECT): if self.convProto: objVal = self.convProto.convert(nomVal) objVal.initialiseNom(nomVal) + objVal.ajouteUnPere(self) return (1, objVal, 'reference creee') def rattacheUserASSD(self, objASSD):