From 4140b67f4cdcd8aecdfedbd1ad2b73c8261cd35b Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn <robertk@ucar.edu> Date: Fri, 24 Jan 2014 15:34:58 -0700 Subject: [PATCH] use more realistic setting --- dune/fem-dg/test/dataio/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/fem-dg/test/dataio/Makefile.am b/dune/fem-dg/test/dataio/Makefile.am index 40171cf7..b49fae8a 100644 --- a/dune/fem-dg/test/dataio/Makefile.am +++ b/dune/fem-dg/test/dataio/Makefile.am @@ -4,8 +4,8 @@ GRIDTYPE = ALUGRID_CUBE #GRIDTYPE = SPGRID #GRIDTYPE = YASPGRID GRIDDIM = 3 -POLORDER = 1 -DIMRANGE=1 +POLORDER = 2 +DIMRANGE=5 USE_SIONLIB=0 AM_CPPFLAGS = $(ALL_PKG_CPPFLAGS) -DUSE_SIONLIB=$(USE_SIONLIB) \ -- GitLab