ometah-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[oMetah-devel] ometah/metaheuristic itsMetaheuristic.cpp


From: Jean-Philippe Aumasson
Subject: [oMetah-devel] ometah/metaheuristic itsMetaheuristic.cpp
Date: Tue, 07 Jun 2005 02:50:45 -0400

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Jean-Philippe Aumasson <address@hidden> 05/06/07 06:50:45

Modified files:
        metaheuristic  : itsMetaheuristic.cpp 

Log message:
        * added XML encoding ISO-8859-1 to avoid Expat bug in parsing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/metaheuristic/itsMetaheuristic.cpp.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: ometah/metaheuristic/itsMetaheuristic.cpp
diff -u ometah/metaheuristic/itsMetaheuristic.cpp:1.20 
ometah/metaheuristic/itsMetaheuristic.cpp:1.21
--- ometah/metaheuristic/itsMetaheuristic.cpp:1.20      Mon Jun  6 15:26:24 2005
+++ ometah/metaheuristic/itsMetaheuristic.cpp   Tue Jun  7 06:50:44 2005
@@ -1,5 +1,5 @@
 /**************************************************************************** 
- * $Id: itsMetaheuristic.cpp,v 1.20 2005/06/06 15:26:24 nojhan Exp $
+ * $Id: itsMetaheuristic.cpp,v 1.21 2005/06/07 06:50:44 jpa Exp $
  * Copyright  2005  Walid TFAILI
  * Authors : Walid Tfaili <address@hidden>, Johann Dréo <address@hidden>
  ****************************************************************************/
@@ -112,6 +112,7 @@
 {
   printLog("steps","initialization");
 
+  *outProcessResult << "<? xml-version=\"1.0\" encoding=\"ISO-8859-1\" ?>" << 
endl;
   *outProcessResult << "<optimization>" << endl;
 
   initialization();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]