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:
parent
71e3fbe25d
commit
37b1d5e014
2 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue