]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Compléments de documentation
authorGerald Nicolas <D68518@dsp0677846.(none)>
Tue, 14 Apr 2015 08:08:08 +0000 (10:08 +0200)
committerGerald Nicolas <D68518@dsp0677846.(none)>
Tue, 14 Apr 2015 08:08:08 +0000 (10:08 +0200)
doc/en/index.rst
doc/files/yacs_aster_01.comm
doc/fr/index.rst
src/HOMARD_I/HOMARD_Gen_i.cxx

index d574023a8fc82c3ef8df70a4c0d41bf13a19e5c9..a8fcc5bae4c678d9acd9ee062b8cafd652c961e7 100644 (file)
@@ -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
 ************
index 5c252623f26d461da2fc4372fe90be7109ba5491..fa49572e7d72714f20de75d4d7d88d1cda795ced 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 DEBUT();
 
index 4326b8b4fe2588394e46e1dc143d645048fa5f0e..c1a05ae734baaf88356e4bdecb9b2ae2eb415726 100644 (file)
@@ -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
 *************
index d1db6aa641682c4de4eb81900a3b40bcad7d7f1a..44ae3827f0830b5c273cf1206a8b2e82ca0f0d24 100644 (file)
@@ -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";