bug fix - correcting my earlier error...

This commit is contained in:
andy
2008-07-04 13:28:55 +01:00
parent a852f6f57a
commit 8d1adca1e7

View File

@ -84,7 +84,8 @@ void Foam::vtkPV3Foam::AddToBlock
output->SetBlock(blockNo, block);
block->Delete();
}
else
if (block)
{
if (debug)
{