cooperation.cpp and multistart.cpp were empty cd ..cd .. I fill them in order to compil the platform. However, it is very strange... It must be checked carrefuly

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1306 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2008-12-17 18:07:43 +00:00
commit 37b1d5e014
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#include <iostream>
#include <stdlib.h>
int
main(int __argc, char *__argv[])
{
std::cout << "Nothing to do" << std::endl;
return EXIT_SUCCESS;
}

View file

@ -0,0 +1,9 @@
#include <iostream>
#include <stdlib.h>
int
main(int __argc, char *__argv[])
{
std::cout << "Nothing to do" << std::endl;
return EXIT_SUCCESS;
}