From: Matthias Maier Date: Mon, 11 Dec 2017 16:23:51 +0000 (-0600) Subject: Update include guards for new name: DEAL_II_SUNDIALS_WITH_IDAS X-Git-Tag: v9.0.0-rc1~612^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd45551b11d81dbf19965d4ed27acd65071e1bf1;p=dealii.git Update include guards for new name: DEAL_II_SUNDIALS_WITH_IDAS --- 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