mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use Unique CASENAME for 'SPE1CASE2'
The 'update_reference_data' script refers to this as 'spe12', so pick the same casename here. While here, also ensure that we use the correct 'DIR' specification for this test case.
This commit is contained in:
@@ -190,11 +190,12 @@ set(abs_tol 2e-2)
|
||||
set(rel_tol 1e-5)
|
||||
set(coarse_rel_tol 1e-2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1
|
||||
add_test_compareECLFiles(CASENAME spe12
|
||||
FILENAME SPE1CASE2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${coarse_rel_tol})
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
DIR spe1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_2p
|
||||
FILENAME SPE1CASE2_2P
|
||||
|
||||
Reference in New Issue
Block a user