Merge commit 'OpenCFD/master' into olesenm

This commit is contained in:
Mark Olesen
2008-12-09 09:11:12 +01:00
3 changed files with 18 additions and 14 deletions

View File

@ -64,7 +64,7 @@ int main(int argc, char *argv[])
Info<< "\nWall heat fluxes [W]" << endl;
forAll(patchHeatFlux, patchi)
{
if (typeid(mesh.boundary()) == typeid(wallFvPatch))
if (typeid(mesh.boundary()[patchi]) == typeid(wallFvPatch))
{
Info<< mesh.boundary()[patchi].name()
<< " "