layer_cxx.hpp
Go to the documentation of this file.
1#ifndef LAYER_CXX_HPP
2#define LAYER_CXX_HPP
3
4#include <vector>
5#include <ert/ecl/layer.hpp>
6
7bool layer_trace_block_edge( const layer_type * layer , int i , int j , int value , std::vector<int_point2d_type>& corner_list, int_vector_type * cell_list);
8
9#endif
struct layer_struct layer_type
Definition: layer.hpp:51
bool layer_trace_block_edge(const layer_type *layer, int i, int j, int value, std::vector< int_point2d_type > &corner_list, int_vector_type *cell_list)
T value(details::expression_node< T > *n)
Definition: exprtk.hpp:12955