From 75cdf3c344a38fed8f370fd7e87bb65a236f39bd Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Sat, 15 Jun 2019 23:16:45 +0200 Subject: [PATCH] Extending data file input capacity for vectors series --- resources/ADAOSchemaCatalog.xml | 34 ++++++++++++++++--- src/daComposant/daCore/Interfaces.py | 30 +++++++++++++--- .../daYacsSchemaCreator/infos_daComposant.py | 4 +-- src/daSalome/daYacsSchemaCreator/methods.py | 29 +++++++++++++++- 4 files changed, 86 insertions(+), 11 deletions(-) diff --git a/resources/ADAOSchemaCatalog.xml b/resources/ADAOSchemaCatalog.xml index 6506dfa..5d0c378 100644 --- a/resources/ADAOSchemaCatalog.xml +++ b/resources/ADAOSchemaCatalog.xml @@ -409,13 +409,13 @@ if sys.path.count(filepath)==0 or (sys.path.count(filepath)>0 and sys.path.index @@ -428,8 +428,16 @@ vector = aif(script).getvalue(columns)[1] @@ -463,6 +471,24 @@ if sys.path.count(filepath)==0 or (sys.path.count(filepath)>0 and sys.path.index + + + + + + + + +