From f45d87c3fadae69444e8b21a99540639edfd4267 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Mon, 15 Jul 2013 11:56:56 +0200 Subject: [PATCH] Allowing string input for AlgorithmParameters dictionary --- doc/en/reference.rst | 2 +- resources/ADAOSchemaCatalog.xml | 9 +++++++ src/daEficas/generator_adao.py | 25 +++++++++++++------ .../daYacsSchemaCreator/infos_daComposant.py | 4 +-- src/daSalome/daYacsSchemaCreator/methods.py | 22 ++++++++++++++++ 5 files changed, 51 insertions(+), 11 deletions(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index ca97218..483139b 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -38,7 +38,7 @@ different pseudo-types are: **Dict** This indicates a variable that has to be filled by a dictionary, usually - given as a script. + given either as a string or as a script. **Function** This indicates a variable that has to be filled by a function, usually given diff --git a/resources/ADAOSchemaCatalog.xml b/resources/ADAOSchemaCatalog.xml index b8e8ebd..350e34f 100644 --- a/resources/ADAOSchemaCatalog.xml +++ b/resources/ADAOSchemaCatalog.xml @@ -507,6 +507,15 @@ result = None + + + + +