From 7a0155f5a9e06582ca7d4d10755007a3e0ac9f1e Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Thu, 31 May 2018 09:03:52 +0100 Subject: [PATCH] Added Description to surfaceFeatures and surfaceFeatureExtract --- .../surface/surfaceFeatureExtract/surfaceFeatureExtract.C | 4 ++++ .../utilities/surface/surfaceFeatures/surfaceFeatures.C | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 39817f4e1..3e567dd53 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C @@ -21,6 +21,10 @@ License You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . +Description + Identifies features in a surface geometry and writes them to file. + This utility is deprecated, having been replaced by surfaceFeatures + \*---------------------------------------------------------------------------*/ #include "argList.H" diff --git a/applications/utilities/surface/surfaceFeatures/surfaceFeatures.C b/applications/utilities/surface/surfaceFeatures/surfaceFeatures.C index b160331ab..1ce55d2f9 100644 --- a/applications/utilities/surface/surfaceFeatures/surfaceFeatures.C +++ b/applications/utilities/surface/surfaceFeatures/surfaceFeatures.C @@ -21,6 +21,10 @@ License You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . +Description + Identifies features in a surface geometry and writes them to file, + based on control parameters specified by the user. + \*---------------------------------------------------------------------------*/ #include "argList.H"