STYLE: use labelRange for identity

This commit is contained in:
Mark Olesen
2020-11-23 12:04:39 +01:00
parent ae49b51182
commit 7349b97ecc
10 changed files with 24 additions and 34 deletions

View File

@ -41,7 +41,7 @@
fz[3*pairi] = new faceZone
(
mergeName + "MasterZone",
identity(masterPatch.size(), masterPatch.start()),
identity(masterPatch.range()),
false, // none are flipped
0,
mesh.faceZones()
@ -55,7 +55,7 @@
fz[3*pairi + 1] = new faceZone
(
mergeName + "SlaveZone",
identity(slavePatch.size(), slavePatch.start()),
identity(slavePatch.range()),
false, // none are flipped
1,
mesh.faceZones()