generic update

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@599 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-09-18 16:01:31 +00:00
commit 99a7c0057c
5 changed files with 644 additions and 0 deletions

View file

@ -0,0 +1,19 @@
//-----------------------------------------------------------------------------
// t-peo.cpp
//-----------------------------------------------------------------------------
#include <peo.h>
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
int main()
{
std::cout << "Please fill the test" << std::endl;
return 0;
}
//-----------------------------------------------------------------------------