From 2c2034f9ba3a6a0eae8baca4b80b0466ffc2fbad Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 2 Oct 2019 10:15:31 +0200 Subject: [PATCH] COMP: add placeholder header files --- src/lumpedPointMotion/controller/lumpedPointController.H | 1 + src/lumpedPointMotion/interpolation/lumpedPointInterpolator.H | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/lumpedPointMotion/controller/lumpedPointController.H create mode 100644 src/lumpedPointMotion/interpolation/lumpedPointInterpolator.H diff --git a/src/lumpedPointMotion/controller/lumpedPointController.H b/src/lumpedPointMotion/controller/lumpedPointController.H new file mode 100644 index 0000000000..7cec1b4541 --- /dev/null +++ b/src/lumpedPointMotion/controller/lumpedPointController.H @@ -0,0 +1 @@ +#warning File removed - left for old dependency check only diff --git a/src/lumpedPointMotion/interpolation/lumpedPointInterpolator.H b/src/lumpedPointMotion/interpolation/lumpedPointInterpolator.H new file mode 100644 index 0000000000..7cec1b4541 --- /dev/null +++ b/src/lumpedPointMotion/interpolation/lumpedPointInterpolator.H @@ -0,0 +1 @@ +#warning File removed - left for old dependency check only