From: Matthias Maier Date: Mon, 28 Sep 2015 04:21:43 +0000 (-0500) Subject: Bugfix: Move DEAL_II_NAMESPACE_CLOSE into define guard X-Git-Tag: v8.4.0-rc2~363^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31331ac3ab3d7c089371084530ecef8208022fd;p=dealii.git Bugfix: Move DEAL_II_NAMESPACE_CLOSE into define guard Otherwise an extraneous closing brace '}' is encountered if DEAL_II_WITH_TRILINOS is false --- diff --git a/include/deal.II/base/sacado_product_type.h b/include/deal.II/base/sacado_product_type.h index 1cf1973a5f..5cf6042568 100644 --- a/include/deal.II/base/sacado_product_type.h +++ b/include/deal.II/base/sacado_product_type.h @@ -72,8 +72,8 @@ struct EnableIfScalar > typedef Sacado::Fad::DFad type; }; -#endif // DEAL_II_WITH_TRILINOS - DEAL_II_NAMESPACE_CLOSE +#endif // DEAL_II_WITH_TRILINOS + #endif