From c9daf26e3cfa92a3653992253d4e4e90068585cf Mon Sep 17 00:00:00 2001 From: kga Date: Mon, 11 Nov 2013 10:30:32 +0000 Subject: [PATCH] 0022328: [CEA 942] Worrying traces at YACS launch and SALOME closure --- resources/PYCALCULATORCatalog.xml.in | 82 +++++++++++++++++++--------- 1 file changed, 56 insertions(+), 26 deletions(-) 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 + + -- 2.30.2