diff --git a/opm/autodiff/RedistributeDataHandles.hpp b/opm/autodiff/RedistributeDataHandles.hpp index 1a7bc6f37..11a569d84 100644 --- a/opm/autodiff/RedistributeDataHandles.hpp +++ b/opm/autodiff/RedistributeDataHandles.hpp @@ -189,7 +189,9 @@ public: buffer.write(sendProps_.cellPvtRegionIndex()[e.index()]); buffer.write(sendProps_.pvtTableIdx_[e.index()]); if ( size_==2 ) + { return; + } buffer.write(sendProps_.satOilMax_[e.index()]); } template