]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Added missing include. 213/head
authorMarc Fehling <mafehling.git@gmail.com>
Mon, 27 Jan 2025 11:17:11 +0000 (12:17 +0100)
committerMarc Fehling <mafehling.git@gmail.com>
Mon, 27 Jan 2025 11:20:05 +0000 (12:20 +0100)
Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc

index aa42f917cba5afb429731a1c9b7260c60ac7e54d..c47a08e9bdd6af052d7b85cf47c11a3fe6608cd4 100644 (file)
@@ -24,6 +24,9 @@
 #include <deal.II/fe/fe_series.h>
 #include <deal.II/fe/fe_values.h>
 
+#if DEAL_II_VERSION_GTE(9, 7, 0)
+  #include <deal.II/grid/cell_data.h>
+#endif
 #include <deal.II/grid/tria.h>
 #include <deal.II/grid/tria_iterator.h>
 

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.