]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added P4est guard to ensure consistency with the reste of the particle library
authorblaisb <blais.bruno@gmail.com>
Wed, 27 Nov 2019 15:24:16 +0000 (10:24 -0500)
committerblaisb <blais.bruno@gmail.com>
Wed, 27 Nov 2019 15:24:16 +0000 (10:24 -0500)
include/deal.II/particles/data_out.h

index c760c88e1a75cc1bfedcad0ace24be13afe9c759..e305a15e1079026a4ff9d8ec8fa23942fe42fd4e 100644 (file)
@@ -24,6 +24,9 @@
 
 DEAL_II_NAMESPACE_OPEN
 
+#ifdef DEAL_II_WITH_P4EST
+
+
 namespace Particles
 {
   template <int dim, int spacedim>
@@ -99,6 +102,8 @@ namespace Particles
 
 } // namespace Particles
 
+#endif // DEAL_II_WITH_P4EST
+
 DEAL_II_NAMESPACE_CLOSE
 
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.