diff --git a/test/boxmodels/2pni/injectionproblem2pni.hh b/test/boxmodels/2pni/injectionproblem2pni.hh index 21b13f66f8b0418cfe637d2ed298cb22e07ffed8..67cf7f6938507d0fc87986d94a4f2a95ad70f1a9 100644 --- a/test/boxmodels/2pni/injectionproblem2pni.hh +++ b/test/boxmodels/2pni/injectionproblem2pni.hh @@ -64,7 +64,7 @@ NEW_TYPE_TAG(InjectionProblem2PNI, INHERITS_FROM(BoxTwoP, InjectionSpatialParame SET_PROP(InjectionProblem2PNI, GridCreator) { #if HAVE_UG - typedef StructuredSimplexGridCreator<TypeTag> type; + typedef Dumux::SimplexGridCreator<TypeTag> type; #else typedef Dumux::CubeGridCreator<TypeTag> type; #endif