From: kga Date: Mon, 11 Nov 2013 10:30:32 +0000 (+0000) Subject: 0022328: [CEA 942] Worrying traces at YACS launch and SALOME closure X-Git-Tag: V7_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c9daf26e3cfa92a3653992253d4e4e90068585cf;p=samples%2Fpycalculator.git 0022328: [CEA 942] Worrying traces at YACS launch and SALOME closure --- diff --git a/resources/PYCALCULATORCatalog.xml.in b/resources/PYCALCULATORCatalog.xml.in index 0641886..7c9f57e 100644 --- a/resources/PYCALCULATORCatalog.xml.in +++ b/resources/PYCALCULATORCatalog.xml.in @@ -47,6 +47,30 @@ No comment + + + Clone + LD + 1.0 + Clone field + 1 + + + + field + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + a field of double + + + + + result + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + result + + + + Add @@ -58,19 +82,19 @@ field1 - SALOME_MED/FIELDDOUBLE + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface first field of double field2 - SALOME_MED/FIELDDOUBLE + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface second field of double result - SALOME_MED/FIELDDOUBLE + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface result @@ -87,19 +111,19 @@ field1 - SALOME_MED/FIELDDOUBLE - initial field of double + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + first field of double - x1 - double - multiplicator + field2 + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + second field of double result - SALOME_MED/FIELDDOUBLE + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface result @@ -107,54 +131,60 @@ - Constant + AddConstant LD 1.0 - Build a constant field of doubles + Add a constant to a field of doubles 0 - field1 - SALOME_MED/FIELDDOUBLE + field + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface allows to build the support - x1 + val double - the constant + a constant result - SALOME_MED/FIELDDOUBLE - result based on first field support + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + result - writeMEDfile + MulConstant LD 1.0 - write a field in a Med file + multiply a field to a constant 0 - field1 - SALOME_MED/FIELDDOUBLE - transient Med field + field + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + a field of double - filename - string - Med filename + val + double + a constant - + + + result + SALOME_MED/MEDCouplingFieldDoubleCorbaInterface + result + +