From 716288fc36144ad0d68722b217d624d63e7f1457 Mon Sep 17 00:00:00 2001 From: Gerald NICOLAS Date: Tue, 12 Apr 2016 11:07:35 +0200 Subject: [PATCH] Passage en utf8, copyright et coquille --- doc/en/gui_create_boundary.rst | 2 +- doc/files/licence.en.txt | 2 +- doc/files/licence.fr.txt | 2 +- doc/files/yacs_script.py | 6 +++--- doc/files/yacs_script_test.py | 4 ++-- doc/fr/gui_create_boundary.rst | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/en/gui_create_boundary.rst b/doc/en/gui_create_boundary.rst index 3cea8288..f6506663 100644 --- a/doc/en/gui_create_boundary.rst +++ b/doc/en/gui_create_boundary.rst @@ -71,7 +71,7 @@ This operation is repeated as often as we wish to place faces of meshs on a curv Conversely, a boundary can be very well retained by no group. It occurs if it was defined for a previous case and if it is groundless for the case in the course of definition. -There are three types of analytical boundary: +There are four types of analytical boundary: - Cylindre - Sphere diff --git a/doc/files/licence.en.txt b/doc/files/licence.en.txt index 63a0becb..131bc22b 100644 --- a/doc/files/licence.en.txt +++ b/doc/files/licence.en.txt @@ -1,6 +1,6 @@ - Copyright (C) 1996, 2015-2016 EDF + Copyright (C) 1996, 2016 EDF This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/doc/files/licence.fr.txt b/doc/files/licence.fr.txt index 63a0becb..131bc22b 100644 --- a/doc/files/licence.fr.txt +++ b/doc/files/licence.fr.txt @@ -1,6 +1,6 @@ - Copyright (C) 1996, 2015-2016 EDF + Copyright (C) 1996, 2016 EDF This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/doc/files/yacs_script.py b/doc/files/yacs_script.py index eaa235db..be830340 100755 --- a/doc/files/yacs_script.py +++ b/doc/files/yacs_script.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- # Copyright (C) 2013-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or @@ -178,7 +178,7 @@ Le constructeur de la classe Script elif saux == "-DUMP" : self.dump = 1 # -# 2. Les paramètres de base +# 2. Les paramètres de base # self.dico = {} self.nomfic_export = None @@ -623,7 +623,7 @@ Modification du fichier export et reperage de quelques informations if typfic == "mmed" : nomfic = self.mesh_file # -# 3.2.2.2. Pour les autres fichiers, on recupère le nom initial +# 3.2.2.2. Pour les autres fichiers, on recupère le nom initial # else : nomfic_l_0 = os.path.basename(nomfic_0) diff --git a/doc/files/yacs_script_test.py b/doc/files/yacs_script_test.py index 828cabc6..74a4d08b 100755 --- a/doc/files/yacs_script_test.py +++ b/doc/files/yacs_script_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- # Copyright (C) 2013-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or @@ -94,7 +94,7 @@ Le constructeur de la classe Script self.verbose = 1 self.verbose_max = 1 # -# 2. Les paramètres de base +# 2. Les paramètres de base # self.dico = {} # diff --git a/doc/fr/gui_create_boundary.rst b/doc/fr/gui_create_boundary.rst index 67def0fd..f2cb2bc0 100644 --- a/doc/fr/gui_create_boundary.rst +++ b/doc/fr/gui_create_boundary.rst @@ -71,7 +71,7 @@ Cette opération est répétée autant de fois que l'on souhaite placer des face Inversement, une frontière peut très bien n'être retenue par aucun groupe. Cela arrive si elle a été définie pour un cas précédent et qu'elle est sans objet pour le cas en cours de définition. -Il existe trois types de frontière analytique : +Il existe quatre types de frontière analytique : - Cylindre - Sphère -- 2.39.2