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: Johann
Subject: [oMetah-devel] ometah/interface ometah.cpp
Date: Wed, 16 Mar 2005 14:10:26 -0500

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Johann <address@hidden> 05/03/16 19:10:26

Modified files:
        interface      : ometah.cpp 

Log message:
        * missing includes

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

Patches:
Index: ometah/interface/ometah.cpp
diff -u ometah/interface/ometah.cpp:1.4 ometah/interface/ometah.cpp:1.5
--- ometah/interface/ometah.cpp:1.4     Sat Mar 12 22:39:15 2005
+++ ometah/interface/ometah.cpp Wed Mar 16 19:10:26 2005
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  $Id: ometah.cpp,v 1.4 2005/03/12 22:39:15 nojhan Exp $
+ *  $Id: ometah.cpp,v 1.5 2005/03/16 19:10:26 nojhan Exp $
  *  Copyright : Université Paris 12 Val-de-Marne
  *  Author : Johann Dréo <address@hidden>
  ****************************************************************************/
@@ -30,6 +30,12 @@
 
 #include "../metaheuristic/itsEstimationOfDistribution.hpp"
 
+#include "../problem/itsRosenbrock.hpp"
+
+#include "../communication/itsCommunicationServer_embedded.hpp"
+#include "../communication/itsCommunicationClient_embedded.hpp"
+
+
 using namespace std;
 
 int main(int argc, char* argv)




reply via email to

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