From fca6e4aabf67788d0578d39f293412374588a1ce Mon Sep 17 00:00:00 2001 From: Andreas Lauser <and@poware.org> Date: Tue, 14 Feb 2012 17:01:39 +0000 Subject: [PATCH] StructuredSimplexGridCreator -> SimplexGridCreator in the 2pni test git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7775 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/2pni/injectionproblem2pni.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boxmodels/2pni/injectionproblem2pni.hh b/test/boxmodels/2pni/injectionproblem2pni.hh index 21b13f66f8..67cf7f6938 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 -- GitLab