From 18fd5c4eec3df3d891d15894e1ddd2bfb51afe1f Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Mon, 31 Mar 2014 16:57:14 +0100
Subject: [PATCH] ENH: mapFields - added mapMethod to arg notes

---
 applications/utilities/preProcessing/mapFields/mapFields.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/utilities/preProcessing/mapFields/mapFields.C b/applications/utilities/preProcessing/mapFields/mapFields.C
index 891c14a4f12..6a6e6e0ed0c 100644
--- a/applications/utilities/preProcessing/mapFields/mapFields.C
+++ b/applications/utilities/preProcessing/mapFields/mapFields.C
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
     (
         "mapMethod",
         "word",
-        "specify the mapping method"
+        "specify the mapping method (direct|mapNearest|cellVolumeWeight)"
     );
     argList::addBoolOption
     (
-- 
GitLab