This commit is contained in:
Jostein R. Natvig 2009-06-18 13:28:54 +00:00
parent c1129c1546
commit a4e75f7013

View File

@ -2,8 +2,9 @@
#define UNIQUEPOINTS_H
void finduniquepoints(const struct grdecl *g, /* input */
int *p, /* for each z0 in zcorn, z0 = z[p0] */
sparse_table_t *z); /* list of uniq zcorn valules for each pillar*/
int finduniquepoints(const struct grdecl *g, /* input */
int *p, /* for each z0 in zcorn, z0 = z[p0] */
sparse_table_t *z); /* list of uniq zcorn valules for each pillar*/
#endif