From 127677ce25cf1023e82d601488042aded3ed1b76 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 21 Feb 2023 21:35:06 -0500 Subject: [PATCH] fix comment location --- include/deal.II/differentiation/ad/sacado_number_types.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5