mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated ERT, opm-common and opm-parser
ERT 80650d05d49b419ec74ba316312313dfc6ba0875 opm-common e7db252f3e310a04718f315e6cdb9d6c428c5762 opm-parser 817722b99baa62cc63a5f859cc90b951f0b0636e
This commit is contained in:
4
ThirdParty/Ert/devel/libecl/tests/ecl_file.c
vendored
4
ThirdParty/Ert/devel/libecl/tests/ecl_file.c
vendored
@@ -111,6 +111,7 @@ void test_writable(const char * src_file ) {
|
||||
|
||||
test_work_area_copy_file( work_area , src_file );
|
||||
{
|
||||
test_flags( fname );
|
||||
ecl_file_type * ecl_file = ecl_file_open( fname , ECL_FILE_WRITABLE);
|
||||
ecl_kw_type * swat = ecl_file_iget_named_kw( ecl_file , "SWAT" , 0 );
|
||||
ecl_kw_type * swat0 = ecl_kw_alloc_copy( swat );
|
||||
@@ -163,8 +164,7 @@ int main( int argc , char ** argv) {
|
||||
{
|
||||
test_work_area_type * work_area = test_work_area_alloc("ecl_file");
|
||||
|
||||
test_work_area_install_file( work_area , src_file );
|
||||
test_flags( src_file );
|
||||
test_work_area_copy_file( work_area , src_file );
|
||||
test_loadall(src_file , target_file );
|
||||
|
||||
test_close_stream1( src_file , target_file);
|
||||
|
||||
Reference in New Issue
Block a user