mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Multiple changes - first clean build after latest merge - UNTESTED
This commit is contained in:
@ -1316,14 +1316,14 @@ int main(int argc, char *argv[])
|
||||
|
||||
Info<< surfaces.names()[surfi] << ':' << nl << nl;
|
||||
|
||||
const word& fzName = surfaces.surfZones()[surfI].faceZoneName();
|
||||
const word& fzName = surfaces.surfZones()[surfi].faceZoneName();
|
||||
|
||||
if (fzName.empty())
|
||||
{
|
||||
// 'Normal' surface
|
||||
forAll(regNames, i)
|
||||
{
|
||||
label globalRegioni = surfaces.globalRegion(surfI, i);
|
||||
label globalRegioni = surfaces.globalRegion(surfi, i);
|
||||
|
||||
label patchi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user