Skip to content
Snippets Groups Projects

Implementations for geometryInInside() and geometryInOutside()

Merged lh1887 requested to merge feature/geometryInInOutside_rebase into master
@@ -9,7 +9,7 @@
#include <dune/common/exceptions.hh> // We use exceptions
#include <dune/common/test/testsuite.hh>
#include <dune/common/std/variant.hh>
#include <dune/subgrid/common/variant.hh>
// some non-default constructible type
struct F {
Loading