This commit is contained in:
Christophe Alexandre 2003-12-05 21:45:55 +00:00
parent 0b4e886145
commit 1eaa39208c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ PPlacement::FinalInitialize()
eit != (*nit)->GetElems().end();
eit++)
{
if (!dynamic_cast<PToPlaceIns*>(*eit))
if (dynamic_cast<PToPlaceIns*>(*eit))
{
cerr << " o INTERNAL ERROR: FinalInitialize" << endl;
exit(1);