This commit is contained in:
parent
c1129c1546
commit
a4e75f7013
@ -2,8 +2,9 @@
|
|||||||
#define UNIQUEPOINTS_H
|
#define UNIQUEPOINTS_H
|
||||||
|
|
||||||
|
|
||||||
void finduniquepoints(const struct grdecl *g, /* input */
|
int finduniquepoints(const struct grdecl *g, /* input */
|
||||||
int *p, /* for each z0 in zcorn, z0 = z[p0] */
|
int *p, /* for each z0 in zcorn, z0 = z[p0] */
|
||||||
sparse_table_t *z); /* list of uniq zcorn valules for each pillar*/
|
sparse_table_t *z); /* list of uniq zcorn valules for each pillar*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user