From 6c568c61bf9086f35a74dd882277ccb705ddecfc Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Tue, 20 Nov 2018 19:10:06 +0100 Subject: [PATCH] STYLE: Renamed source files to reflect solver names (issue #890) --- applications/solvers/finiteArea/sphereSurfactantFoam/Make/files | 2 +- .../{surfactantFoam.C => sphereSurfactantFoam.C} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename applications/solvers/finiteArea/sphereSurfactantFoam/{surfactantFoam.C => sphereSurfactantFoam.C} (100%) diff --git a/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files b/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files index d10d3fe6826..6aabdcf12aa 100644 --- a/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files +++ b/applications/solvers/finiteArea/sphereSurfactantFoam/Make/files @@ -1,3 +1,3 @@ -surfactantFoam.C +sphereSurfactantFoam.C EXE = $(FOAM_APPBIN)/sphereSurfactantFoam diff --git a/applications/solvers/finiteArea/sphereSurfactantFoam/surfactantFoam.C b/applications/solvers/finiteArea/sphereSurfactantFoam/sphereSurfactantFoam.C similarity index 100% rename from applications/solvers/finiteArea/sphereSurfactantFoam/surfactantFoam.C rename to applications/solvers/finiteArea/sphereSurfactantFoam/sphereSurfactantFoam.C -- GitLab