From 34ce99eec8b63712be53f55fe274498338abfd71 Mon Sep 17 00:00:00 2001 From: barate Date: Thu, 30 Sep 2010 09:23:48 +0000 Subject: [PATCH] Moved parametric types to SALOME_TYPES module and added them to the KERNEL catalog. --- idl/SALOME_Parametric.idl | 2 +- resources/KERNELCatalog.xml.in | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/idl/SALOME_Parametric.idl b/idl/SALOME_Parametric.idl index f4ae0aa69..093fcfc3c 100644 --- a/idl/SALOME_Parametric.idl +++ b/idl/SALOME_Parametric.idl @@ -31,7 +31,7 @@ This module contains type definitions for the communication between supervision codes and computation codes in parametric studies. */ -module SALOME_Parametric +module SALOME_TYPES { /*! \brief Structure describing a parameter that can be used for specific information exchange between the codes. diff --git a/resources/KERNELCatalog.xml.in b/resources/KERNELCatalog.xml.in index c60881e17..4a7f33661 100644 --- a/resources/KERNELCatalog.xml.in +++ b/resources/KERNELCatalog.xml.in @@ -41,6 +41,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2