[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[oMetah-devel] ometah/interface ometah.cpp
From: |
NoJhan |
Subject: |
[oMetah-devel] ometah/interface ometah.cpp |
Date: |
Thu, 09 Jun 2005 09:24:56 -0400 |
CVSROOT: /cvsroot/ometah
Module name: ometah
Branch:
Changes by: NoJhan <address@hidden> 05/06/09 13:24:56
Modified files:
interface : ometah.cpp
Log message:
* error on the xml root
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/interface/ometah.cpp.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
Patches:
Index: ometah/interface/ometah.cpp
diff -u ometah/interface/ometah.cpp:1.37 ometah/interface/ometah.cpp:1.38
--- ometah/interface/ometah.cpp:1.37 Thu Jun 9 13:21:02 2005
+++ ometah/interface/ometah.cpp Thu Jun 9 13:24:56 2005
@@ -1,5 +1,5 @@
/***************************************************************************
- * $Id: ometah.cpp,v 1.37 2005/06/09 13:21:02 nojhan Exp $
+ * $Id: ometah.cpp,v 1.38 2005/06/09 13:24:56 nojhan Exp $
* Copyright : Université Paris 12 Val-de-Marne
* (61 avenue du Général de Gaulle, 94010, Créteil, France)
* Author : Johann Dréo <address@hidden>
@@ -334,9 +334,9 @@
setMetaheuristic.item()->setOutProcessResult(&cout);
cout << "<? xml-version=\"1.0\" encoding=\"iso-8859-15\" ?>" << endl;
+ cout << "<ometah>" << endl;
cout << setProblem.item()->getInformations_XML() << endl;
cout << setMetaheuristic.item()->getInformations_XML() << endl;
- cout << "<ometah>" << endl;
try {
setMetaheuristic.item()->start();