Skip to content
Snippets Groups Projects
Commit 65182e67 authored by dedner's avatar dedner Committed by Martin Nolte
Browse files

configurationcheck.have -> assertHave

parent 3c1b5be8
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ import sys
import logging
logger = logging.getLogger(__name__)
from dune.common.checkconfiguration import have, preprocessorTest, ConfigurationError
from dune.common.checkconfiguration import assertHave, preprocessorTest, ConfigurationError
try:
have("HAVE_DUNE_ALUGRID")
assertHave("HAVE_DUNE_ALUGRID")
def aluGrid(constructor, dimgrid=None, dimworld=None, elementType=None, **parameters):
from dune.grid.grid_generator import module, getDimgrid
......
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