From 4d72c2aac0dcbc20fbf6ec66208ed62c450f29bb Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Mon, 8 Jan 2018 10:51:00 +0100
Subject: [PATCH] COMP: incorrect executable path sphereSurfactantFoam (closes
 #695)

---
 applications/solvers/finiteArea/sphereSurfactantFoam/Make/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files b/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files
index 574a497031f..d10d3fe6826 100644
--- a/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files
+++ b/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files
@@ -1,3 +1,3 @@
 surfactantFoam.C
 
-EXE = $(FOAM_USER_APPBIN)/sphereSurfactantFoam
+EXE = $(FOAM_APPBIN)/sphereSurfactantFoam
-- 
GitLab