remove a comment

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1009 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2008-02-28 09:47:48 +00:00
commit 34134b1eae

View file

@ -102,7 +102,7 @@ int main()
if (arch.size() != 3) if (arch.size() != 3)
{ {
std::cout << "ERROR (too much solutions)" << std::endl; std::cout << "ERROR (too much solutions)" << std::endl;
//return EXIT_FAILURE; return EXIT_FAILURE;
} }
// obj0 must be in // obj0 must be in
if (! arch.contains(obj0)) if (! arch.contains(obj0))