From 93916418fc6d231121b63f08177de587210e44bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 25 Nov 2011 17:05:23 +0100 Subject: [PATCH] Don't import a type that's not actually used. --- src/ImplicitTransport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImplicitTransport.hpp b/src/ImplicitTransport.hpp index 2f96eaa5..0d67d10d 100644 --- a/src/ImplicitTransport.hpp +++ b/src/ImplicitTransport.hpp @@ -93,7 +93,7 @@ namespace Opm { bool init; typedef typename JacobianSystem::vector_type vector_type; typedef typename JacobianSystem::matrix_type matrix_type; - typedef typename JacobianSystem::vector_collection_type vector_collection_type; + asm_.createSystem(g, sys_); model_.initStep(state, g, sys_); init = model_.initIteration(state, g, sys_);