Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
Andrew Heather
2017-06-01 17:28:21 +01:00
2387 changed files with 119977 additions and 41187 deletions

View File

@ -144,7 +144,7 @@ bool Foam::functionObjects::volRegion::read
{
FatalIOErrorInFunction(dict)
<< "Unknown region type. Valid region types are:"
<< regionTypeNames_
<< regionTypeNames_.toc()
<< exit(FatalIOError);
}
}