From 891a77ecb741a3d05155956e3b0eb737551a6fbd Mon Sep 17 00:00:00 2001 From: Gerald Nicolas Date: Tue, 14 Apr 2015 10:08:08 +0200 Subject: [PATCH] =?utf8?q?Compl=C3=A9ments=20de=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/en/index.rst | 2 +- doc/files/yacs_aster_01.comm | 2 +- doc/fr/index.rst | 2 +- src/HOMARD_I/HOMARD_Gen_i.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/index.rst b/doc/en/index.rst index d574023a..a8fcc5ba 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -7,7 +7,7 @@ Documentation of the component HOMARD |logo| ############################################ -The component HOMARD drives the mesh adaptation inside of the SALOME plateform. +The component HOMARD drives the mesh adaptation inside of the SALOME plateform. This documentation is made of two parts. In the first part, named "User's guide", the driving of the module either with the graphical mode, or by a python script, or with a shema YACS is described. In the second part, named "General presentation", the characteristics of HOMARD are described with examples. User's guide ************ diff --git a/doc/files/yacs_aster_01.comm b/doc/files/yacs_aster_01.comm index 5c252623..fa49572e 100644 --- a/doc/files/yacs_aster_01.comm +++ b/doc/files/yacs_aster_01.comm @@ -1,4 +1,4 @@ -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- DEBUT(); diff --git a/doc/fr/index.rst b/doc/fr/index.rst index 4326b8b4..c1a05ae7 100644 --- a/doc/fr/index.rst +++ b/doc/fr/index.rst @@ -7,7 +7,7 @@ Documentation du composant HOMARD |logo| ######################################### -HOMARD est le composant qui permet l'adaptation de maillage au sein de la plateforme SALOME. +HOMARD est le composant qui permet l'adaptation de maillage au sein de la plateforme SALOME. Cette documentation est partagée en deux parties. La première, intitulée "Mode d'emploi" décrit le pilotage du module en mode graphique, ou par un script python, ou dans un schéma YACS. La seconde partie, intitulée "Présentation générale" décrit avec des exemples les caractéristiques de HOMARD. Mode d'emploi ************* diff --git a/src/HOMARD_I/HOMARD_Gen_i.cxx b/src/HOMARD_I/HOMARD_Gen_i.cxx index d1db6aa6..44ae3827 100644 --- a/src/HOMARD_I/HOMARD_Gen_i.cxx +++ b/src/HOMARD_I/HOMARD_Gen_i.cxx @@ -4748,7 +4748,7 @@ Engines::TMPFile* HOMARD_Gen_i::DumpPython(CORBA::Object_ptr theStudy, std::string aScript = "\"\"\"\n"; aScript += "Python script for HOMARD\n"; - aScript += "Copyright 1996, 2011, 1015 EDF\n"; + aScript += "Copyright 1996, 2011, 2015 EDF\n"; aScript += "\"\"\"\n"; aScript += "__revision__ = \"V1.2\"\n"; aScript += "import HOMARD\n"; -- 2.39.2