From: nicolas Date: Mon, 22 Apr 2013 15:41:35 +0000 (+0000) Subject: Bug dans le suivi de cone defini par deux rayons X-Git-Tag: V7_2_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f19d0e4c16d4b14e7b270d77e3da06a8d03e24b1;p=modules%2Fhomard.git Bug dans le suivi de cone defini par deux rayons --- diff --git a/doc/intro.rst b/doc/intro.rst index 3dc61b45..7dbd27c9 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -183,7 +183,7 @@ SALOME VERSION 7.1 : - En TUI, choix du dernier instant comme instant de pilotage par SetTimeStepRankLast (voir :ref:`tui_create_iteration`) - Possibilité de détruire les objets (GUI et TUI) - Modification des fonctions TUI pour qu'elles agissent sur les objets et non plus sur les noms : - ``homard.AssociateIterHypo(iter_name,hypo_name)`` devient ``iter.AssociateHypo(hypo_name)``, ``homard.AssociateHypoZone(hypo_name,zone_name,type_use)`` devient ``hypo.AssociateHypo(zone_name,type_use)``, ``homard.CreateIteration(iter_name,iter_parent_name)`` devient ``iter.NextIteration(iter_name)`` ou ``case.NextIteration(iter_name)`` + ``homard.AssociateIterHypo(iter_name,hypo_name)`` devient ``iter.AssociateHypo(hypo_name)``, ``homard.AssociateHypoZone(hypo_name,zone_name,type_use)`` devient ``hypo.AddZone(zone_name,type_use)``, ``homard.CreateIteration(iter_name,iter_parent_name)`` devient ``case.NextIteration(iter_name)`` ou ``iter.NextIteration(iter_name)`` - Ajout de fonctions : ``cas.LastIteration()`` : retourne la dernière itération de la descendance du cas (voir :ref:`tui_create_iteration`) - Analyse de maillages (voir :ref:`gui_mesh_info`) diff --git a/src/HOMARD/HomardDriver.cxx b/src/HOMARD/HomardDriver.cxx index 35514cbb..b9136cf2 100644 --- a/src/HOMARD/HomardDriver.cxx +++ b/src/HOMARD/HomardDriver.cxx @@ -837,22 +837,22 @@ void HomardDriver::TexteBoundaryAn( const std::string NameBoundary, int NumeBoun { std::stringstream saux1 ; saux1 << NumeBoundary << " " << x4 ; saux2 = saux1.str() ; - saux += "FAXCen2" + saux2 + "\n" ; + saux += "FAXCen2 " + saux2 + "\n" ; } { std::stringstream saux1 ; saux1 << NumeBoundary << " " << x5 ; saux2 = saux1.str() ; - saux += "FAYCen2" + saux2 + "\n" ; + saux += "FAYCen2 " + saux2 + "\n" ; } { std::stringstream saux1 ; saux1 << NumeBoundary << " " << x6 ; saux2 = saux1.str() ; - saux += "FAZCen2" + saux2 + "\n" ; + saux += "FAZCen2 " + saux2 + "\n" ; } { std::stringstream saux1 ; saux1 << NumeBoundary << " " << x7 ; saux2 = saux1.str() ; - saux += "FARayon2" + saux2 + "\n" ; + saux += "FARayon2 " + saux2 + "\n" ; } } //