From fc8ef2181603bff8d0f91c9c4845b35c58f741f4 Mon Sep 17 00:00:00 2001 From: Pierre Blanchard <pierre.blanchard@inria.fr> Date: Mon, 5 Jan 2015 12:04:42 +0100 Subject: [PATCH] Fixed minor omittion (testUnifInterpolator in private repo only). --- Tests/Utils/testUnifInterpolator.cpp | 3 ++- Tests/Utils/testUnifTensorialInterpolator.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tests/Utils/testUnifInterpolator.cpp b/Tests/Utils/testUnifInterpolator.cpp index f51c88134..bed50952b 100755 --- a/Tests/Utils/testUnifInterpolator.cpp +++ b/Tests/Utils/testUnifInterpolator.cpp @@ -17,7 +17,8 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ - +// Keep in private GIT +// @SCALFMM_PRIVATE #include <iostream> diff --git a/Tests/Utils/testUnifTensorialInterpolator.cpp b/Tests/Utils/testUnifTensorialInterpolator.cpp index f543c6058..9fe0ae173 100755 --- a/Tests/Utils/testUnifTensorialInterpolator.cpp +++ b/Tests/Utils/testUnifTensorialInterpolator.cpp @@ -17,7 +17,8 @@ // ==== CMAKE ===== // @FUSE_FFT // ================ - +// Keep in private GIT +// @SCALFMM_PRIVATE #include <iostream> -- GitLab