]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
add two missing types V5_1_6_BR V5_1_6 V5_1_6_patch01 V5_1_6rc1 V5_1_6rc2
authorcrouzet <crouzet>
Thu, 4 Aug 2011 12:58:04 +0000 (12:58 +0000)
committercrouzet <crouzet>
Thu, 4 Aug 2011 12:58:04 +0000 (12:58 +0000)
module_generator/hxx_awk.py

index ab4c5aac7588e0fbc8d2148882aa978eaf86e39b..e041ff943d4773f90e7cd12e9142a6783fd195dd 100644 (file)
@@ -369,6 +369,8 @@ BEGIN {
   idl_arg_type["const std::vector<int>&"]="in SALOME::vectorOfLong"
   idl_arg_type["std::vector<int>*&"]="out SALOME::vectorOfLong"
   idl_arg_type["const ParaMEDMEM::MEDCouplingFieldDouble*"]="in SALOME_MED::MEDCouplingFieldDoubleCorbaInterface"
+  idl_arg_type["const ParaMEDMEM::MEDCouplingFieldDouble&"]="in SALOME_MED::MEDCouplingFieldDoubleCorbaInterface"
+  idl_arg_type["ParaMEDMEM::MEDCouplingFieldDouble*&"]="out SALOME_MED::MEDCouplingFieldDoubleCorbaInterface"
 #
 #
 # mapping for returned types