Skip to content
Snippets Groups Projects
Commit 8f43806b authored by Oliver Sander's avatar Oliver Sander
Browse files

the tests for dune-disc and dune-subgrid are now in the respective modules

[[Imported from SVN: r5405]]
parent 4812932d
No related branches found
No related tags found
No related merge requests found
......@@ -258,18 +258,6 @@ AC_DEFUN([DUNE_CHECK_MODULES],[
AC_LANG_POP([C++])
])
AC_DEFUN([DUNE_DISC_CHECK_MODULE],
[
DUNE_CHECK_MODULES([dune-disc], [disc/shapefunctions/lagrangeshapefunctions.hh], [Dune::LagrangeShapeFunctions<double[,]double[,]3>::general])
])
AC_DEFUN([DUNE_DISC_CHECKS])
AC_DEFUN([DUNE_SUBGRID_CHECK_MODULE],
[
DUNE_CHECK_MODULES([dune-subgrid], [subgrid/subgrid.hh], [])
])
AC_DEFUN([DUNE_SUBGRID_CHECKS])
AC_DEFUN([DUNE_DEV_MODE],[
AC_ARG_ENABLE(dunedevel,
AC_HELP_STRING([--enable-dunedevel],[activate Dune-Developer-mode]))
......
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