mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated gmshToFoam - mantis #690
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -1059,7 +1059,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (zoneFaces[zoneI].size())
|
if (zoneFaces[zoneI].size())
|
||||||
{
|
{
|
||||||
label physReg = zoneToPhys[zoneI];
|
label physReg = patchToPhys[zoneI];
|
||||||
|
|
||||||
Map<word>::const_iterator iter = physicalNames.find(physReg);
|
Map<word>::const_iterator iter = physicalNames.find(physReg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user