Skip to content
Snippets Groups Projects

Implementations for geometryInInside() and geometryInOutside()

Merged lh1887 requested to merge feature/geometryInInOutside_rebase into master
Files
7
+ 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