From: blaisb Date: Wed, 27 Nov 2019 15:24:16 +0000 (-0500) Subject: Added P4est guard to ensure consistency with the reste of the particle library X-Git-Tag: v9.2.0-rc1~834^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4de8bac533e28f29bfd156ee62899f56957dbee;p=dealii.git Added P4est guard to ensure consistency with the reste of the particle library --- diff --git a/include/deal.II/particles/data_out.h b/include/deal.II/particles/data_out.h index c760c88e1a..e305a15e10 100644 --- a/include/deal.II/particles/data_out.h +++ b/include/deal.II/particles/data_out.h @@ -24,6 +24,9 @@ DEAL_II_NAMESPACE_OPEN +#ifdef DEAL_II_WITH_P4EST + + namespace Particles { template @@ -99,6 +102,8 @@ namespace Particles } // namespace Particles +#endif // DEAL_II_WITH_P4EST + DEAL_II_NAMESPACE_CLOSE #endif