blockMeshMergeFast: Added more diagnostics

This commit is contained in:
Henry Weller 2015-08-28 18:39:50 +01:00
parent 08efe5d4e3
commit 0f3186fd21

View file

@ -455,6 +455,9 @@ void Foam::blockMesh::calcMergeInfoFast()
<< " and face "
<< blockNfacei << " of block " << blockNi
<< endl
<< " Points: " << blockPpoints[blockPpointi]
<< " " << blockNpoints[blockNpointi]
<< endl
<< " This may be due to inconsistent grading."
<< exit(FatalError);
}