mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
coarse_rel_tol instead of rel_tol in ALUGrid test
This commit is contained in:
parent
0a8885eb09
commit
0bb3a5751f
@ -1492,7 +1492,7 @@ if(BUILD_FLOW_POLY_GRID)
|
||||
FILENAME SPE1CASE2
|
||||
SIMULATOR flow_blackoil_polyhedralgrid
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
DIR spe1)
|
||||
endif()
|
||||
|
||||
@ -1501,7 +1501,7 @@ if(dune-alugrid_FOUND AND BUILD_FLOW_ALU_GRID)
|
||||
FILENAME SPE1CASE2
|
||||
SIMULATOR flow_blackoil_alugrid
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
DIR spe1)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user