From: Timo Heister Date: Wed, 22 Feb 2023 02:35:06 +0000 (-0500) Subject: fix comment location X-Git-Tag: v9.5.0-rc1~535^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14819%2Fhead;p=dealii.git fix comment location --- diff --git a/include/deal.II/differentiation/ad/sacado_number_types.h b/include/deal.II/differentiation/ad/sacado_number_types.h index af7bf2e98b..40c94f35ee 100644 --- a/include/deal.II/differentiation/ad/sacado_number_types.h +++ b/include/deal.II/differentiation/ad/sacado_number_types.h @@ -67,17 +67,16 @@ DEAL_II_NAMESPACE_CLOSE #ifdef DEAL_II_TRILINOS_WITH_SACADO -# include -// It appears that some versions of Trilinos do not directly or indirectly -// include all the headers for all forward and reverse Sacado AD types. -// So we directly include these both here as a precaution. -// Standard forward AD classes (templated) # include # include # include # include +// It appears that some versions of Trilinos do not directly or indirectly +// include all the headers for all forward and reverse Sacado AD types +// in Sacado.hpp, so we also directly include these here as a precaution: +# include # include # include