Skip to content
Snippets Groups Projects
Commit f7376d0c authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by Tobias Leibner
Browse files

[P|tools] fix available adaptive grids in absence of alugrid

parent 5af9aa8b
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
......@@ -194,10 +194,10 @@ public:
} // namespace Dune
using AvailableAdaptiveGridTypes = std::tuple<ONED_1D,
using AvailableAdaptiveGridTypes = std::tuple<ONED_1D
#if HAVE_DUNE_ALUGRID
ALU_2D_SIMPLEX_CONFORMING,
ALU_3D_SIMPLEX_CONFORMING
,ALU_2D_SIMPLEX_CONFORMING
,ALU_3D_SIMPLEX_CONFORMING
#endif
>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment