00001 //----------------------------------------------------------------------------- 00002 // t-moeo.cpp 00003 //----------------------------------------------------------------------------- 00004 00005 #include <core/MOEO.h> // MOEO 00006 00007 //----------------------------------------------------------------------------- 00008 00009 00010 //----------------------------------------------------------------------------- 00011 00012 int main() 00013 { 00014 std::cout << "Please fill the test" << std::endl; 00015 00016 return 0; 00017 } 00018 00019 //-----------------------------------------------------------------------------
1.4.7