Minor merge fixup - sorry

This commit is contained in:
Joakim Hove 2013-07-30 14:56:21 +02:00
parent 07ed1a19f1
commit bdd587bf93
2 changed files with 2 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ ecl_grid_type * EclipseGridParser::newGrid( ) {
}
fortio_fclose( fortio );
}
}
/**
Will query the deck for keyword @kw; and save it to the @fortio

View File

@ -231,6 +231,7 @@ public:
#ifdef HAVE_ERT
//void saveEGRID_INIT( const std::string& output_dir , const std::string& basename, bool fmt_file = false);
void saveINIT( const std::string & filename , const ecl_grid_type * ecl_grid);
void saveEGRID_INIT( const std::string& output_dir , const std::string& basename, bool fmt_file);
ecl_grid_type * newGrid( );
#endif