ecl_init_file.hpp
Go to the documentation of this file.
1/*
2 Copyright (C) 2012 Equinor ASA, Norway.
3
4 The file 'ecl_init_file.h' is part of ERT - Ensemble based Reservoir Tool.
5
6 ERT is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 ERT is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.
14
15 See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
16 for more details.
17*/
18
19#ifndef ERT_ECL_INIT_FILE_H
20#define ERT_ECL_INIT_FILE_H
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26#include <time.h>
27
28#include <ert/ecl/fortio.h>
29#include <ert/ecl/ecl_kw.hpp>
30#include <ert/ecl/ecl_grid.hpp>
31#include <ert/ecl/ecl_util.hpp>
32
33 void ecl_init_file_fwrite_header( fortio_type * fortio , const ecl_grid_type * grid , const ecl_kw_type * poro , ert_ecl_unit_enum unit_system, int phases , time_t start_date);
34
35
36#ifdef __cplusplus
37}
38#endif
39#endif
ecl_grid_struct ecl_grid_type
Definition: ECLGraph.hpp:43
void ecl_init_file_fwrite_header(fortio_type *fortio, const ecl_grid_type *grid, const ecl_kw_type *poro, ert_ecl_unit_enum unit_system, int phases, time_t start_date)
struct ecl_kw_struct ecl_kw_type
Definition: ecl_kw.hpp:39
ert_ecl_unit_enum
Definition: ecl_util.hpp:99
struct fortio_struct fortio_type
Definition: include/ert/ecl/fortio.h:42