From: Jean-Philippe ARGAUD Date: Tue, 1 Jul 2014 14:10:20 +0000 (+0200) Subject: Default behavior improvement for UserPostAnalysis X-Git-Tag: V7_5_0rc1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eed1024216c8f85be5985368a1866e308bd4a017;p=modules%2Fadao.git Default behavior improvement for UserPostAnalysis --- diff --git a/bin/AdaoCatalogGenerator.py b/bin/AdaoCatalogGenerator.py index 79c4054..7186aa0 100644 --- a/bin/AdaoCatalogGenerator.py +++ b/bin/AdaoCatalogGenerator.py @@ -197,7 +197,7 @@ ASSIMILATION_STUDY = PROC(nom="ASSIMILATION_STUDY", ControlInput = F_ControlInput("f"), AlgorithmParameters = F_AlgorithmParameters("f"), UserDataInit = F_Init("f"), - UserPostAnalysis = F_UserPostAnalysis("f"), + UserPostAnalysis = F_UserPostAnalysis("o"), InputVariables = F_variables("f"), OutputVariables = F_variables("f"), Observers = F_Observers("f")