diff --git a/applications/test/externalCoupler/Make/files b/applications/test/externalCoupler/Make/files deleted file mode 100644 index 0e55c301e2..0000000000 --- a/applications/test/externalCoupler/Make/files +++ /dev/null @@ -1,3 +0,0 @@ -Test-externalCoupler.C - -EXE = $(FOAM_USER_APPBIN)/Test-externalCoupler diff --git a/applications/test/externalCoupler/Make/options b/applications/test/externalCoupler/Make/options deleted file mode 100644 index e2c645cc88..0000000000 --- a/applications/test/externalCoupler/Make/options +++ /dev/null @@ -1,7 +0,0 @@ -EXE_INC = \ - -I$(LIB_SRC)/finiteVolume/lnInclude \ - -I$(LIB_SRC)/lumpedPointMotion/lnInclude - -EXE_LIBS = \ - -lfiniteVolume \ - -llumpedPointMotion diff --git a/applications/test/externalFileCoupler/Make/files b/applications/test/externalFileCoupler/Make/files new file mode 100644 index 0000000000..1dc8723085 --- /dev/null +++ b/applications/test/externalFileCoupler/Make/files @@ -0,0 +1,3 @@ +Test-externalFileCoupler.C + +EXE = $(FOAM_USER_APPBIN)/Test-externalFileCoupler diff --git a/applications/test/externalFileCoupler/Make/options b/applications/test/externalFileCoupler/Make/options new file mode 100644 index 0000000000..fa15f12452 --- /dev/null +++ b/applications/test/externalFileCoupler/Make/options @@ -0,0 +1,5 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude + +EXE_LIBS = \ + -lfiniteVolume diff --git a/applications/test/externalCoupler/Test-externalCoupler.C b/applications/test/externalFileCoupler/Test-externalFileCoupler.C similarity index 96% rename from applications/test/externalCoupler/Test-externalCoupler.C rename to applications/test/externalFileCoupler/Test-externalFileCoupler.C index 90cd38d07c..3d04076956 100644 --- a/applications/test/externalCoupler/Test-externalCoupler.C +++ b/applications/test/externalFileCoupler/Test-externalFileCoupler.C @@ -22,14 +22,14 @@ License along with OpenFOAM. If not, see . Application - Test-externalCoupler + Test-externalFileCoupler Description Test of master/slave communication etc. \*---------------------------------------------------------------------------*/ #include "argList.H" -#include "externalCoupler.H" +#include "externalFileCoupler.H" using namespace Foam; @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) const label maxCount = args.optionLookupOrDefault