use dune-alugrid instead of the old version from dune-grid if the module is available

This commit is contained in:
Andreas Lauser
2014-07-30 12:29:02 +02:00
parent 9e39939e15
commit 6d6640fc9d
5 changed files with 26 additions and 16 deletions

View File

@@ -23,11 +23,6 @@
*/
#include "config.h"
#if !HAVE_ALUGRID
#warning "The ALUGrid Dune grid manager is required for this test."
int main(int argc, char **argv)
{}
#else
#include <ewoms/common/start.hh>
#include "problems/fractureproblem.hh"
@@ -36,5 +31,3 @@ int main(int argc, char **argv)
typedef TTAG(FractureProblem) ProblemTypeTag;
return Ewoms::start<ProblemTypeTag>(argc, argv);
}
#endif