From b6b62ce5b4457fe00f96db780ee44035e004289a Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 26 Mar 2020 10:29:32 +0100 Subject: [PATCH] Fix MatrixFreeTools --- include/deal.II/matrix_free/{utilities.h => tools.h} | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) rename include/deal.II/matrix_free/{utilities.h => tools.h} (87%) diff --git a/include/deal.II/matrix_free/utilities.h b/include/deal.II/matrix_free/tools.h similarity index 87% rename from include/deal.II/matrix_free/utilities.h rename to include/deal.II/matrix_free/tools.h index c0f70eeaf6..cfffa41214 100644 --- a/include/deal.II/matrix_free/utilities.h +++ b/include/deal.II/matrix_free/tools.h @@ -13,11 +13,15 @@ // // --------------------------------------------------------------------- -#ifndef dealii_matrix_free_utilities_h -#define dealii_matrix_free_utilities_h +#ifndef dealii_matrix_free_tools_h +#define dealii_matrix_free_tools_h #include + + +DEAL_II_NAMESPACE_OPEN + /** * A namespace for utility functions in the context of matrix-free operator * evaluation. @@ -25,4 +29,8 @@ namespace MatrixFreeTools {} // namespace MatrixFreeTools + +DEAL_II_NAMESPACE_CLOSE + + #endif -- 2.39.5