added reference cell printing

This commit is contained in:
mattijs
2009-06-26 16:10:08 +01:00
parent ff36c6640a
commit 4b53d67062

View File

@ -92,6 +92,7 @@ void Foam::setRefCell
dict
) << "Unable to set reference cell for field " << field.name()
<< nl << " Reference point " << refPointName
<< " " << refPointi
<< " found on " << sumHasRef << " domains (should be one)"
<< nl << exit(FatalIOError);
}