From ecf481ff9c20a59b8cb2af8d62676c86ed3b5a59 Mon Sep 17 00:00:00 2001 From: salome <> Date: Mon, 25 Apr 2005 14:13:12 +0000 Subject: [PATCH] =?utf8?q?Les=20groupes=20de=20mailles=20n'=C3=A9tant=20pa?= =?utf8?q?s=20n=C3=A9cessairement=20des=20faces,=20on=20met=20=C3=A0=20jou?= =?utf8?q?r=20le=20commentaire.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/EFICASGUI/eficasCL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EFICASGUI/eficasCL.py b/src/EFICASGUI/eficasCL.py index 58e527af..e8de5cfb 100644 --- a/src/EFICASGUI/eficasCL.py +++ b/src/EFICASGUI/eficasCL.py @@ -190,7 +190,7 @@ class CL: else : self.CLOnNode[CLName] = 1 if (nodeOrCell == 1) : - print "FFFFFACCE" + print "MAILLE" if self.CLOnCell.has_key(CLName): self.CLOnCell[CLName] = self.CLOnCell[CLName] + 1 else : -- 2.39.2