Skip to content
Snippets Groups Projects
Commit 363cd93d authored by Henry Weller's avatar Henry Weller
Browse files

blockMeshMergeFast: Added more diagnostics

parent edd570e3
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment