mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #322 from blattms/bugfix-blackoilsate
[bugfix] read only from the sendState in BlackoilStateDataHandle.
This commit is contained in:
commit
e1805f3224
@ -81,7 +81,7 @@ public:
|
||||
}
|
||||
for ( int i=0; i<sendGrid_.numCellFaces(e.index()); ++i )
|
||||
{
|
||||
buffer.write(recvState_.faceflux()[sendGrid_.cellFace(e.index(), i)]);
|
||||
buffer.write(sendState_.faceflux()[sendGrid_.cellFace(e.index(), i)]);
|
||||
}
|
||||
}
|
||||
template<class B, class T>
|
||||
|
Loading…
Reference in New Issue
Block a user