From ea2eb91f8ca15960bc4b62d0a6d85315524541f1 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