From 4cccd5f85468aa4557947ee7d612a66d54d66a45 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Wed, 21 Dec 2022 15:22:27 +0100
Subject: [PATCH] COMP: smoothSurfaceData was building into FOAM_USER_APPBIN

---
 .../utilities/preProcessing/smoothSurfaceData/Make/files        | 2 +-
 etc/config.sh/completion_cache                                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/applications/utilities/preProcessing/smoothSurfaceData/Make/files b/applications/utilities/preProcessing/smoothSurfaceData/Make/files
index cb031ed9d65..a22e330159c 100644
--- a/applications/utilities/preProcessing/smoothSurfaceData/Make/files
+++ b/applications/utilities/preProcessing/smoothSurfaceData/Make/files
@@ -1,3 +1,3 @@
 smoothSurfaceData.C
 
-EXE = $(FOAM_USER_APPBIN)/smoothSurfaceData
+EXE = $(FOAM_APPBIN)/smoothSurfaceData
diff --git a/etc/config.sh/completion_cache b/etc/config.sh/completion_cache
index 75ba4a16465..7cfead3145c 100644
--- a/etc/config.sh/completion_cache
+++ b/etc/config.sh/completion_cache
@@ -252,6 +252,7 @@ _of_complete_cache_[simpleSprayFoam]="-case -decomposeParDict -fileHandler -worl
 _of_complete_cache_[singleCellMesh]="-case -decomposeParDict -fileHandler -time -world | -constant -latestTime -noFunctionObjects -noZero -parallel -doc -doc-source -help"
 _of_complete_cache_[slopeMesh]="-case -decomposeParDict -fileHandler -world | -noFunctionObjects -parallel -doc -doc-source -help"
 _of_complete_cache_[smapToFoam]="-case -fileHandler | -noFunctionObjects -doc -doc-source -help"
+_of_complete_cache_[smoothSurfaceData]="-case -decomposeParDict -field -fileHandler -radius -read-format -sweeps -world | -noFunctionObjects -parallel -verbose -doc -doc-source -help"
 _of_complete_cache_[snappyHexMesh]="-case -decomposeParDict -dict -fileHandler -outFile -patches -region -surfaceSimplify -world | -checkGeometry -dry-run -overwrite -parallel -profiling -doc -doc-source -help"
 _of_complete_cache_[snappyRefineMesh]="-case -fileHandler | -noFunctionObjects -doc -doc-source -help"
 _of_complete_cache_[solidDisplacementFoam]="-case -decomposeParDict -fileHandler -world | -dry-run -dry-run-write -listFunctionObjects -listRegisteredSwitches -listScalarBCs -listSwitches -listUnsetSwitches -listVectorBCs -noFunctionObjects -parallel -postProcess -doc -doc-source -help"
-- 
GitLab