Don't import a type that's not actually used.

This commit is contained in:
Bård Skaflestad 2011-11-25 17:05:23 +01:00
parent aacf2bddd1
commit 93916418fc

View File

@ -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_);