uniquepoints.h
Go to the documentation of this file.
1/*===========================================================================
2//
3// File: uniquepoints.h
4//
5// Created: Fri Jun 19 08:46:30 2009
6//
7// Author: Jostein R. Natvig <Jostein.R.Natvig@sintef.no>
8//
9// $Date$
10//
11// $Revision$
12//
13//==========================================================================*/
14
15/*
16 Copyright 2009, 2010 SINTEF ICT, Applied Mathematics.
17 Copyright 2009, 2010 Statoil ASA.
18
19 This file is part of the Open Porous Media project (OPM).
20
21 OPM is free software: you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation, either version 3 of the License, or
24 (at your option) any later version.
25
26 OPM is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with OPM. If not, see <http://www.gnu.org/licenses/>.
33*/
34
35#ifndef OPM_UNIQUEPOINTS_HEADER
36#define OPM_UNIQUEPOINTS_HEADER
37
38int finduniquepoints(const struct grdecl *g, /* input */
39 int *p, /* for each z0 in zcorn, z0 = z[p0] */
40 double t, /* tolerance*/
41 struct processed_grid *out);
42
43#endif /* OPM_UNIQUEPOINTS_HEADER */
44
45/* Local Variables: */
46/* c-basic-offset:4 */
47/* End: */
Definition: preprocess.h:56
Definition: preprocess.h:78
int finduniquepoints(const struct grdecl *g, int *p, double t, struct processed_grid *out)