remove unused variable to fix compiler warnings

This commit is contained in:
Andreas Lauser
2014-10-29 16:07:58 +01:00
parent 1f91c1fd93
commit 447268e79d

View File

@@ -69,7 +69,6 @@ Scalar computeSumxg(FluidState &resultFluidState,
{
static const int oilPhaseIdx = FluidSystem::oilPhaseIdx;
static const int gasPhaseIdx = FluidSystem::gasPhaseIdx;
static const int waterPhaseIdx = FluidSystem::waterPhaseIdx;
static const int numComponents = FluidSystem::numComponents;
typedef Dune::FieldVector<Scalar, numComponents> ComponentVector;