]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Passage en utf8
authorGerald Nicolas <D68518@dsp0677846.(none)>
Mon, 9 Feb 2015 14:29:01 +0000 (15:29 +0100)
committerGerald Nicolas <D68518@dsp0677846.(none)>
Mon, 9 Feb 2015 14:29:01 +0000 (15:29 +0100)
tests/test_1.py [changed mode: 0755->0644]
tests/test_11.py [changed mode: 0755->0644]
tests/test_12.py [changed mode: 0755->0644]
tests/test_13.py [changed mode: 0755->0644]
tests/test_14.py [changed mode: 0755->0644]
tests/test_15.py [changed mode: 0755->0644]
tests/test_2.py [changed mode: 0755->0644]
tests/test_3.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 3849bd8..aabc11a
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
@@ -82,23 +82,23 @@ Python script for HOMARD
     Hypo_1_1.SetRefinThr(3, 10.1)
     Hypo_1_1.AddFieldInterp('RESU____DEPL____________________')
     Hypo_1_1.AddFieldInterp('RESU____ERRE_ELEM_SIGM__________')
-    print HypoName_1, " : zones utilisées :", Hypo_1_1.GetZones()
-    print HypoName_1, " : champ utilisé :", Hypo_1_1.GetFieldName()
-    print HypoName_1, " : composantes utilisées :", Hypo_1_1.GetComps()
+    print HypoName_1, " : zones utilisées :", Hypo_1_1.GetZones()
+    print HypoName_1, " : champ utilisé :", Hypo_1_1.GetFieldName()
+    print HypoName_1, " : composantes utilisées :", Hypo_1_1.GetComps()
     if ( len (Hypo_1_1.GetFieldName()) > 0 ) :
-      print ".. caractéristiques de l'adaptation :", Hypo_1_1.GetField()
-    print HypoName_1, " : champs interpolés :", Hypo_1_1.GetFieldInterps()
+      print ".. caractéristiques de l'adaptation :", Hypo_1_1.GetField()
+    print HypoName_1, " : champs interpolés :", Hypo_1_1.GetFieldInterps()
   # Creation of the hypothesis Zones_1_et_2
     HypoName_2 = "Zones_1_et_2"
     print "-------- Creation of the hypothesis", HypoName_2
     Zones_1_et_2 = homard.CreateHypothesis(HypoName_2)
     Zones_1_et_2.AddZone('Zone_1_1', 1)
     Zones_1_et_2.AddZone('Zone_1_2', 1)
-    print HypoName_2, " : zones utilisées :", Zones_1_et_2.GetZones()
-    print HypoName_2, " : champ utilisé :", Zones_1_et_2.GetFieldName()
+    print HypoName_2, " : zones utilisées :", Zones_1_et_2.GetZones()
+    print HypoName_2, " : champ utilisé :", Zones_1_et_2.GetFieldName()
     if ( len (Zones_1_et_2.GetFieldName()) > 0 ) :
-      print ".. caractéristiques de l'adaptation :", Zones_1_et_2.GetField()
-    print HypoName_2, " : champs interpolés :", Zones_1_et_2.GetFieldInterps()
+      print ".. caractéristiques de l'adaptation :", Zones_1_et_2.GetField()
+    print HypoName_2, " : champs interpolés :", Zones_1_et_2.GetFieldInterps()
   #
   # Creation of the cases
   # =====================
old mode 100755 (executable)
new mode 100644 (file)
index ee55ac4..b4ecc0b
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
old mode 100755 (executable)
new mode 100644 (file)
index d0b2f18..be7aab8
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
old mode 100755 (executable)
new mode 100644 (file)
index bba1f25..95a7840
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
old mode 100755 (executable)
new mode 100644 (file)
index fd84c8a..e309e90
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
old mode 100755 (executable)
new mode 100644 (file)
index 25f389d..1ed35e4
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
old mode 100755 (executable)
new mode 100644 (file)
index 10f7fde..8130ede
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
@@ -76,11 +76,11 @@ Python script for HOMARD
     Hypo_test_2_1.SetUnifRefinUnRef(1)
     Hypo_test_2_1.AddGroup('EG')
     Hypo_test_2_1.AddGroup('BANDE')
-    print HypoName_1, " : zones utilisées :", Hypo_test_2_1.GetZones()
-    print HypoName_1, " : champ utilisé :", Hypo_test_2_1.GetFieldName()
-    print HypoName_1, " : composantes utilisées :", Hypo_test_2_1.GetComps()
+    print HypoName_1, " : zones utilisées :", Hypo_test_2_1.GetZones()
+    print HypoName_1, " : champ utilisé :", Hypo_test_2_1.GetFieldName()
+    print HypoName_1, " : composantes utilisées :", Hypo_test_2_1.GetComps()
     if ( len (Hypo_test_2_1.GetFieldName()) > 0 ) :
-      print ".. caractéristiques de l'adaptation :", Hypo_test_2_1.GetField()
+      print ".. caractéristiques de l'adaptation :", Hypo_test_2_1.GetField()
 
   # Creation of the hypothesis 2
     HypoName_2 = "Hypo_" + Test_Name + "_2"
@@ -88,11 +88,11 @@ Python script for HOMARD
     Hypo_test_2_2 = homard.CreateHypothesis(HypoName_2)
     Hypo_test_2_2.SetUnifRefinUnRef(1)
     Hypo_test_2_2.AddGroup('M_D')
-    print HypoName_2, " : zones utilisées :", Hypo_test_2_2.GetZones()
-    print HypoName_2, " : champ utilisé :", Hypo_test_2_2.GetFieldName()
-    print HypoName_2, " : composantes utilisées :", Hypo_test_2_2.GetComps()
+    print HypoName_2, " : zones utilisées :", Hypo_test_2_2.GetZones()
+    print HypoName_2, " : champ utilisé :", Hypo_test_2_2.GetFieldName()
+    print HypoName_2, " : composantes utilisées :", Hypo_test_2_2.GetComps()
     if ( len (Hypo_test_2_2.GetFieldName()) > 0 ) :
-      print ".. caractéristiques de l'adaptation :", Hypo_test_2_2.GetField()
+      print ".. caractéristiques de l'adaptation :", Hypo_test_2_2.GetField()
   #
   # Creation of the cases
   # =====================
old mode 100755 (executable)
new mode 100644 (file)
index 09d1d87..4e26260
@@ -1,4 +1,4 @@
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 # Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
@@ -87,9 +87,9 @@ Python script for HOMARD
     print "-------- Creation of the hypothesis", HypoName
     Hypo_test_3 = homard.CreateHypothesis(HypoName)
     Hypo_test_3.SetUnifRefinUnRef(1)
-    print HypoName, " : zones utilisées :", Hypo_test_3.GetZones()
-    print HypoName, " : champ utilisé :", Hypo_test_3.GetFieldName()
-    print HypoName, " : composantes utilisées :", Hypo_test_3.GetComps()
+    print HypoName, " : zones utilisées :", Hypo_test_3.GetZones()
+    print HypoName, " : champ utilisé :", Hypo_test_3.GetFieldName()
+    print HypoName, " : composantes utilisées :", Hypo_test_3.GetComps()
   #
     for num in range (n_boucle+1) :
   #