From b7748a1fd4e9ebe7d31eb084d53b7a707fd71507 Mon Sep 17 00:00:00 2001 From: Gerald Nicolas Date: Mon, 9 Feb 2015 18:07:48 +0100 Subject: [PATCH] Passage en utf8 Correction du Copyright --- src/HOMARD/HOMARD.hxx | 2 +- src/HOMARD/HOMARD_Boundary.cxx | 2 +- src/HOMARD/HOMARD_Boundary.hxx | 2 +- src/HOMARD/HOMARD_Cas.cxx | 4 ++-- src/HOMARD/HOMARD_Cas.hxx | 2 +- src/HOMARD/HOMARD_Gen.cxx | 2 +- src/HOMARD/HOMARD_Gen.hxx | 2 +- src/HOMARD/HOMARD_Hypothesis.cxx | 2 +- src/HOMARD/HOMARD_Hypothesis.hxx | 2 +- src/HOMARD/HOMARD_Iteration.cxx | 2 +- src/HOMARD/HOMARD_Iteration.hxx | 2 +- src/HOMARD/HOMARD_YACS.cxx | 2 +- src/HOMARD/HOMARD_YACS.hxx | 2 +- src/HOMARD/HOMARD_Zone.cxx | 2 +- src/HOMARD/HOMARD_Zone.hxx | 2 +- src/HOMARD/HomardDriver.cxx | 4 ++-- src/HOMARDGUI/HOMARDGUI.cxx | 8 ++++---- src/HOMARD_I/HOMARD_Gen_i.cxx | 26 +++++++++++++------------- 18 files changed, 35 insertions(+), 35 deletions(-) mode change 100755 => 100644 src/HOMARD_I/HOMARD_Gen_i.cxx diff --git a/src/HOMARD/HOMARD.hxx b/src/HOMARD/HOMARD.hxx index 4281c27e..181c9510 100644 --- a/src/HOMARD/HOMARD.hxx +++ b/src/HOMARD/HOMARD.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD #ifndef _HOMARD_HXX_ diff --git a/src/HOMARD/HOMARD_Boundary.cxx b/src/HOMARD/HOMARD_Boundary.cxx index e0fbde07..1d1d16b1 100644 --- a/src/HOMARD/HOMARD_Boundary.cxx +++ b/src/HOMARD/HOMARD_Boundary.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Boundary.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Boundary.hxx b/src/HOMARD/HOMARD_Boundary.hxx index 780a22c2..a170a516 100644 --- a/src/HOMARD/HOMARD_Boundary.hxx +++ b/src/HOMARD/HOMARD_Boundary.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Boundary.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Cas.cxx b/src/HOMARD/HOMARD_Cas.cxx index 68a9b8bc..3170ef53 100644 --- a/src/HOMARD/HOMARD_Cas.cxx +++ b/src/HOMARD/HOMARD_Cas.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Cas.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : @@ -110,7 +110,7 @@ int HOMARD_Cas::SetDirName( const char* NomDir ) MESSAGE("SetDirName, NomDir : "< 1 ) { erreur = 1 ; } // Creation diff --git a/src/HOMARD/HOMARD_Cas.hxx b/src/HOMARD/HOMARD_Cas.hxx index c4c139db..7fb4ddf4 100644 --- a/src/HOMARD/HOMARD_Cas.hxx +++ b/src/HOMARD/HOMARD_Cas.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Cas.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Gen.cxx b/src/HOMARD/HOMARD_Gen.cxx index 3951ee8c..ce832f97 100644 --- a/src/HOMARD/HOMARD_Gen.cxx +++ b/src/HOMARD/HOMARD_Gen.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Gen.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD #include "HOMARD_Gen.hxx" diff --git a/src/HOMARD/HOMARD_Gen.hxx b/src/HOMARD/HOMARD_Gen.hxx index 657a960b..75f3c9e6 100644 --- a/src/HOMARD/HOMARD_Gen.hxx +++ b/src/HOMARD/HOMARD_Gen.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Gen.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD #ifndef _HOMARD_GEN_HXX_ diff --git a/src/HOMARD/HOMARD_Hypothesis.cxx b/src/HOMARD/HOMARD_Hypothesis.cxx index 0b04c2fd..c26f8d22 100644 --- a/src/HOMARD/HOMARD_Hypothesis.cxx +++ b/src/HOMARD/HOMARD_Hypothesis.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Hypothesis.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Hypothesis.hxx b/src/HOMARD/HOMARD_Hypothesis.hxx index 1bf049c8..639480e9 100644 --- a/src/HOMARD/HOMARD_Hypothesis.hxx +++ b/src/HOMARD/HOMARD_Hypothesis.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Hypothesis.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Iteration.cxx b/src/HOMARD/HOMARD_Iteration.cxx index d496572b..38b5a48e 100644 --- a/src/HOMARD/HOMARD_Iteration.cxx +++ b/src/HOMARD/HOMARD_Iteration.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Iteration.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Iteration.hxx b/src/HOMARD/HOMARD_Iteration.hxx index 261161fa..8c72c9b9 100644 --- a/src/HOMARD/HOMARD_Iteration.hxx +++ b/src/HOMARD/HOMARD_Iteration.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Iteration.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_YACS.cxx b/src/HOMARD/HOMARD_YACS.cxx index d1e494cb..0d53364b 100644 --- a/src/HOMARD/HOMARD_YACS.cxx +++ b/src/HOMARD/HOMARD_YACS.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_YACS.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_YACS.hxx b/src/HOMARD/HOMARD_YACS.hxx index 8a1a5af5..3f2a032e 100644 --- a/src/HOMARD/HOMARD_YACS.hxx +++ b/src/HOMARD/HOMARD_YACS.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_YACS.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Zone.cxx b/src/HOMARD/HOMARD_Zone.cxx index d5652f92..78a648e9 100644 --- a/src/HOMARD/HOMARD_Zone.cxx +++ b/src/HOMARD/HOMARD_Zone.cxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Zone.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HOMARD_Zone.hxx b/src/HOMARD/HOMARD_Zone.hxx index 4a87cd0b..df7ce2c8 100644 --- a/src/HOMARD/HOMARD_Zone.hxx +++ b/src/HOMARD/HOMARD_Zone.hxx @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Zone.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : diff --git a/src/HOMARD/HomardDriver.cxx b/src/HOMARD/HomardDriver.cxx index 40595039..88f5f8fa 100644 --- a/src/HOMARD/HomardDriver.cxx +++ b/src/HOMARD/HomardDriver.cxx @@ -984,12 +984,12 @@ void HomardDriver::TexteAdvanced( int Pyram, int NivMax, double DiamMin, int Ada } if ( ExtraOutput % 3 == 0 ) { - _Texte += "# Sortie des qualités des mailles\n" ; + _Texte += "# Sortie des qualités des mailles\n" ; _Texte += "NCQualit QUAL\n" ; } if ( ExtraOutput % 5 == 0 ) { - _Texte += "# Sortie des diamètres des mailles\n" ; + _Texte += "# Sortie des diamètres des mailles\n" ; _Texte += "NCDiamet DIAM\n" ; } } diff --git a/src/HOMARDGUI/HOMARDGUI.cxx b/src/HOMARDGUI/HOMARDGUI.cxx index 5f27f3fb..9593e157 100644 --- a/src/HOMARDGUI/HOMARDGUI.cxx +++ b/src/HOMARDGUI/HOMARDGUI.cxx @@ -18,7 +18,7 @@ // // File : HOMARDGUI.cxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD #include "HOMARDGUI.h" @@ -254,7 +254,7 @@ void HOMARDGUI::createMenus() createMenu( separator(), HOMARD_Id,-1); // HOMARD_Id = createMenu( tr( "HOM_MEN_YACS" ), -1, 5, 10 ); - createMenu( 1401, HOMARD_Id, -1 ); // Création d'un schéma YACS + createMenu( 1401, HOMARD_Id, -1 ); // Création d'un schéma YACS createMenu( separator(), HOMARD_Id,-1); } @@ -629,7 +629,7 @@ bool HOMARDGUI::OnGUIEvent (int theCommandID) break; } - case 1401: // Création d'un schema YACS + case 1401: // Création d'un schema YACS { MESSAGE("etape 1401") MESSAGE("command " << theCommandID << " activated avec objet " << _ObjectName.toStdString().c_str() ); @@ -638,7 +638,7 @@ bool HOMARDGUI::OnGUIEvent (int theCommandID) break; } - case 1402: // Ecriture d'un schéma YACS + case 1402: // Ecriture d'un schéma YACS { MESSAGE("etape 1402") MESSAGE("command " << theCommandID << " activated avec objet " << _ObjectName.toStdString().c_str() ); diff --git a/src/HOMARD_I/HOMARD_Gen_i.cxx b/src/HOMARD_I/HOMARD_Gen_i.cxx old mode 100755 new mode 100644 index 66833694..73f4cf48 --- a/src/HOMARD_I/HOMARD_Gen_i.cxx +++ b/src/HOMARD_I/HOMARD_Gen_i.cxx @@ -117,7 +117,7 @@ HOMARD_Gen_i::~HOMARD_Gen_i() } //============================================================================= //============================================================================= -// Utilitaires pour l'étude +// Utilitaires pour l'étude //============================================================================= //============================================================================= void HOMARD_Gen_i::addInStudy(SALOMEDS::Study_ptr theStudy) @@ -1322,13 +1322,13 @@ HOMARD::HOMARD_Cas_ptr HOMARD_Gen_i::CreateCaseFromIteration(const char* nomCas, char* MeshFile ; // le constructeur de ifstream permet d'ouvrir un fichier en lecture std::ifstream fichier( file_configuration.c_str() ); - if ( fichier ) // ce test échoue si le fichier n'est pas ouvert + if ( fichier ) // ce test échoue si le fichier n'est pas ouvert { std::string ligne; // variable contenant chaque ligne lue std::string mot_cle; std::string argument; int decalage; - // cette boucle sur les lignes s'arrête dès qu'une erreur de lecture survient + // cette boucle sur les lignes s'arrête dès qu'une erreur de lecture survient while ( std::getline( fichier, ligne ) ) { // B.1. Pour la ligne courante, on identifie le premier mot : le mot-cle @@ -1567,12 +1567,12 @@ std::string HOMARD_Gen_i::CreateCase1(const char* DirNameStart, CORBA::Long Numb CHDIR(DirName_1.c_str()) ; std::ifstream fichier( file_name_1.c_str() ); - if ( fichier ) // ce test échoue si le fichier n'est pas ouvert + if ( fichier ) // ce test échoue si le fichier n'est pas ouvert { int NumeIter ; std::string ligne; // variable contenant chaque ligne lue std::string mot_cle; - // cette boucle sur les lignes s'arrête dès qu'une erreur de lecture survient + // cette boucle sur les lignes s'arrête dès qu'une erreur de lecture survient while ( std::getline( fichier, ligne ) ) { // B.1. Pour la ligne courante, on identifie le premier mot : le mot-cle @@ -2602,7 +2602,7 @@ CORBA::Long HOMARD_Gen_i::Compute(const char* NomIteration, CORBA::Long etatMena text = "Error during the adaptation.\n" ; bool stopvu = false ; std::ifstream fichier( LogFile.c_str() ); - if ( fichier ) // ce test échoue si le fichier n'est pas ouvert + if ( fichier ) // ce test échoue si le fichier n'est pas ouvert { std::string ligne; // variable contenant chaque ligne lue while ( std::getline( fichier, ligne ) ) @@ -3246,7 +3246,7 @@ void HOMARD_Gen_i::DriverTexteFieldInterp(HOMARD::HOMARD_Iteration_var myIterati // Le type d'interpolation std::string TypeInterpstr = std::string((*ListField)[iaux+1]) ; MESSAGE( "... FieldName = " << FieldName << ", TypeInterp = " << TypeInterpstr ); - // On cherche à savoir si des instants ont été précisés pour cette itération + // On cherche à savoir si des instants ont été précisés pour cette itération int tsrvu = 0; for (int jaux = 0; jaux< numberOfFieldsx3; jaux++) { @@ -3269,7 +3269,7 @@ void HOMARD_Gen_i::DriverTexteFieldInterp(HOMARD::HOMARD_Iteration_var myIterati } jaux += 2 ; } - // Si aucun instant n'a été défini + // Si aucun instant n'a été défini if ( tsrvu == 0 ) { NumField += 1 ; @@ -3948,7 +3948,7 @@ void HOMARD_Gen_i::PublishFileUnderYACS(const char* nomYACS, const char* NomFich // Creation d'un schema YACS // nomCas : nom du cas a traiter // FileName : nom du fichier contenant le script de lancement du calcul -// DirName : le repertoire de lancement des calculs du schéma +// DirName : le repertoire de lancement des calculs du schéma //============================================================================= HOMARD::HOMARD_YACS_ptr HOMARD_Gen_i::CreateYACSSchema (const char* nomYACS, const char* nomCas, const char* ScriptFile, const char* DirName, const char* MeshFile) { @@ -4129,7 +4129,7 @@ CORBA::Long HOMARD_Gen_i::YACSWriteOnFile(const char* nomYACS, const char* XMLFi // G. Lecture du schema de reference et insertion des donnees propres au fil de la rencontre des mots-cles YACSDriver* myDriver = new YACSDriver(XMLFile, DirName); std::ifstream fichier( XMLFile_base.c_str() ); - if ( fichier ) // ce test échoue si le fichier n'est pas ouvert + if ( fichier ) // ce test échoue si le fichier n'est pas ouvert { // G.1. Lecture du schema de reference et insertion des donnees propres au fil de la rencontre des mots-cles std::string ligne; // variable contenant chaque ligne lue @@ -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 EDF-R&D 1996, 2011, 2014\n"; + aScript += "Copyright 1996, 2011, 1015 EDF\n"; aScript += "\"\"\"\n"; aScript += "__revision__ = \"V1.2\"\n"; aScript += "import HOMARD\n"; @@ -5021,7 +5021,7 @@ void HOMARD_Gen_i::SetPreferences( ) File += "/bin/salome/VERSION" ; MESSAGE ( "File = "<