From aaf82d2a65635b0b860b71c082d53c025d914cb1 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 2 Mar 2015 11:04:54 +0100 Subject: [PATCH] [bugfix] read only from the sendState in BlackoilStateDataHandle. During BlackoilStateDataHandle::gather we did read values from the state where we should only receive values to. With this commit we read from the state where we should send values. Kudos to Bard for noticing this. --- opm/autodiff/RedistributeDataHandles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/RedistributeDataHandles.hpp b/opm/autodiff/RedistributeDataHandles.hpp index d55c784cb..30aecdebe 100644 --- a/opm/autodiff/RedistributeDataHandles.hpp +++ b/opm/autodiff/RedistributeDataHandles.hpp @@ -81,7 +81,7 @@ public: } for ( int i=0; i