coarse_rel_tol instead of rel_tol in ALUGrid test

This commit is contained in:
Elyes Ahmed 2024-09-30 13:36:56 +02:00
parent 0a8885eb09
commit 0bb3a5751f

View File

@ -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()