From cd45551b11d81dbf19965d4ed27acd65071e1bf1 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 11 Dec 2017 10:23:51 -0600 Subject: [PATCH] Update include guards for new name: DEAL_II_SUNDIALS_WITH_IDAS --- include/deal.II/sundials/ida.h | 5 ++--- source/sundials/ida.cc | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/include/deal.II/sundials/ida.h b/include/deal.II/sundials/ida.h index 1ebbe34bb0..5fcf9fe73b 100644 --- a/include/deal.II/sundials/ida.h +++ b/include/deal.II/sundials/ida.h @@ -32,7 +32,7 @@ #include #include -#ifdef DEAL_II_WITH_SUNDIALS_IDAS +#ifdef DEAL_II_SUNDIALS_WITH_IDAS #include #else #include @@ -827,9 +827,8 @@ namespace SUNDIALS } - DEAL_II_NAMESPACE_CLOSE -#endif +#endif // DEAL_II_WITH_SUNDIALS #endif diff --git a/source/sundials/ida.cc b/source/sundials/ida.cc index 9ef8d53f78..026bd60819 100644 --- a/source/sundials/ida.cc +++ b/source/sundials/ida.cc @@ -32,7 +32,7 @@ #include #include -#ifdef DEAL_II_WITH_SUNDIALS_IDAS +#ifdef DEAL_II_SUNDIALS_WITH_IDAS #include #else #include @@ -524,4 +524,4 @@ namespace SUNDIALS DEAL_II_NAMESPACE_CLOSE -#endif +#endif // DEAL_II_WITH_SUNDIALS -- 2.39.5