updating the path to the 2D MSW deck in opm-data

after the path to the deck is changed in opm-data.
This commit is contained in:
Kai Bao 2017-03-15 16:33:13 +01:00
parent a99cf7c78f
commit 3cc14028e9

View File

@ -31,7 +31,7 @@ if (HAVE_OPM_DATA)
${OPM_DATA_ROOT}/spe9/SPE9.DATA
${OPM_DATA_ROOT}/spe10model1/SPE10_MODEL1.DATA
${OPM_DATA_ROOT}/spe10model2/SPE10_MODEL2.DATA
${OPM_DATA_ROOT}/wells_test_suite/MSW/2D_H__/2D_H__.DATA )
${OPM_DATA_ROOT}/msw_2d_h/2D_H__.DATA )
get_filename_component( test_name ${test_deck} NAME_WE )
add_test( NAME ${test_name} COMMAND opmi ${test_deck})
endforeach()