Updated ERT, opm-common and opm-parser

ERT 80650d05d49b419ec74ba316312313dfc6ba0875
opm-common e7db252f3e310a04718f315e6cdb9d6c428c5762
opm-parser 817722b99baa62cc63a5f859cc90b951f0b0636e
This commit is contained in:
Magne Sjaastad
2016-06-13 14:18:50 +02:00
parent 6a8ffb7c6b
commit da76b01611
629 changed files with 10346 additions and 7232 deletions

View File

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