From b0eeea83652ac6fcb87a83bedf992f9f6994ebe4 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Tue, 18 Dec 2018 16:28:27 +0100 Subject: [PATCH] STYLE: fix doc for patchTo.. topo sources --- src/meshTools/sets/cellSources/patchToCell/patchToCell.H | 4 ++-- src/meshTools/sets/faceSources/patchToFace/patchToFace.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/meshTools/sets/cellSources/patchToCell/patchToCell.H b/src/meshTools/sets/cellSources/patchToCell/patchToCell.H index 3916cec5d15..072d86480ed 100644 --- a/src/meshTools/sets/cellSources/patchToCell/patchToCell.H +++ b/src/meshTools/sets/cellSources/patchToCell/patchToCell.H @@ -30,8 +30,8 @@ Description \heading Dictionary parameters \table Property | Description | Required | Default - patches | The face zone names or regexs | possibly | - patch | The face zone name or regex | possibly | + patches | The patch names or regexs | possibly | + patch | The patch name or regex | possibly | \endtable Note diff --git a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H index 7534f752ca2..3091a0150d0 100644 --- a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H +++ b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H @@ -30,8 +30,8 @@ Description \heading Dictionary parameters \table Property | Description | Required | Default - patches | The face zone names or regexs | possibly | - patch | The face zone name or regex | possibly | + patches | The patch names or regexs | possibly | + patch | The patch name or regex | possibly | name | Older specification for 'patch' | no | \endtable -- GitLab