Skip to content
Snippets Groups Projects

Implementations for geometryInInside() and geometryInOutside()

Merged lh1887 requested to merge feature/geometryInInOutside_rebase into master
5 files
+ 501
1
Compare changes
  • Side-by-side
  • Inline
Files
5
  • f8a0dbcd
    Add std::variant fallback · f8a0dbcd
    lh1887 authored
    This is a fallback implementation of C++17's std::variant. It does not model the complete
    STL interface but the basis functionality is there. There are probably many corner cases this
    implementation can not handle yet.
    This should probably be in dune-common, but for now, I'll put it here.
+ 5
0
set(commonincludedir ${CMAKE_INSTALL_INCLUDEDIR}/dune/subgrid/common)
set(commoninclude_HEADERS variant.hh)
# include not needed for CMake
# include $(top_srcdir)/am/global-rules
install(FILES ${commoninclude_HEADERS} DESTINATION ${commonincludedir})
Loading