From c3d73e6de807dde2b063507efcda03b332c2edd0 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 3 Dec 2014 17:03:25 +0100 Subject: [PATCH] fix typo --- .../fullyimplicit/FullyImplicitBlackoilPolymerSolver_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/polymer/fullyimplicit/FullyImplicitBlackoilPolymerSolver_impl.hpp b/opm/polymer/fullyimplicit/FullyImplicitBlackoilPolymerSolver_impl.hpp index f7ea97d62..73758e519 100644 --- a/opm/polymer/fullyimplicit/FullyImplicitBlackoilPolymerSolver_impl.hpp +++ b/opm/polymer/fullyimplicit/FullyImplicitBlackoilPolymerSolver_impl.hpp @@ -531,7 +531,7 @@ namespace { // Temperature. const V temp = Eigen::Map(& x.temperature()[0], nc, 1); - state.pressure = ADB::constant(temp); + state.temperature = ADB::constant(temp); // Saturations const std::vector& bpat = vars[0].blockPattern();