Skip to content

Commit 549d453

Browse files
committed
use simple one
1 parent b77abf0 commit 549d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opm/simulators/flow/equil/InitStateEquil_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ calcPressSatRsRv(const RMap& reg,
20492049
ptable.equilibrate(eqreg, vspan);
20502050
// For titled blocks, we use both vertical and horizontal subdivision
20512051
// The accuracy value determines the number of subdivisions in each direction
2052-
this->equilibrateTiltedFaultBlockComplex(cells, eqreg, gridView, acc, ptable, psat);
2052+
this->equilibrateTiltedFaultBlockSimple(cells, eqreg, gridView, acc, ptable, psat);
20532053
}
20542054
else if (acc == 0) {
20552055
if (cells.empty()) {

0 commit comments

Comments
 (0)