From 9edf7bdaadcae97a8b4e76be017d84b794044991 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 27 Oct 2021 09:02:12 +0200 Subject: [PATCH] Fix compilation --- source/base/data_out_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index cfdf5227d8..295babfe60 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -9070,7 +9070,7 @@ namespace DataOutBase } // First import what kind of reference cell we are looking at: -#if DEAL_II_HAVE_CXX17 +#ifdef DEAL_II_HAVE_CXX17 if constexpr (dim > 0) in >> patch.reference_cell; #else -- 2.39.5