ometah-devel
[Top][All Lists]
Advanced

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

[oMetah-devel] ometah/interface ometah.cpp


From: Jean-Philippe Aumasson
Subject: [oMetah-devel] ometah/interface ometah.cpp
Date: Thu, 09 Jun 2005 09:12:24 -0400

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Jean-Philippe Aumasson <address@hidden> 05/06/09 13:12:24

Modified files:
        interface      : ometah.cpp 

Log message:
        * new version

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/interface/ometah.cpp.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: ometah/interface/ometah.cpp
diff -u ometah/interface/ometah.cpp:1.35 ometah/interface/ometah.cpp:1.36
--- ometah/interface/ometah.cpp:1.35    Thu Jun  9 12:56:31 2005
+++ ometah/interface/ometah.cpp Thu Jun  9 13:12:24 2005
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  $Id: ometah.cpp,v 1.35 2005/06/09 12:56:31 nojhan Exp $
+ *  $Id: ometah.cpp,v 1.36 2005/06/09 13:12:24 jpa 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>
@@ -331,13 +331,8 @@
         << " on " << setProblem.item()->getName() 
         << " using " << setCommunicationClient.item()->getKey() << endl;
   
-  
-  setMetaheuristic.item()->setOutProcessResult(&cout);
-  
-  cout << "<? xml-version=\"1.0\" encoding=\"ISO-8859-1\" ?>" << endl;
-  cout << "<ometah>" << endl;
-  cout << setProblem.item()->getInformations_XML() << endl;
-  cout << setMetaheuristic.item()->getInformations_XML() << endl;
+  //clog << setProblem.item()->getName() << " description:" << endl;
+  //clog << setProblem.item()->getInformations() << endl;
   
   try {
     setMetaheuristic.item()->start();
@@ -351,8 +346,5 @@
   catch (...) {
     cerr << "Unknown error" << endl;
   }
-
-
-  cout << "</ometah>" << endl;
     
 }




reply via email to

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