Skip to content

Commit

Permalink
Declare function insertIntersect.
Browse files Browse the repository at this point in the history
Fixes #959.
  • Loading branch information
GeorgeGayno-NOAA committed Jun 27, 2024
1 parent 3ef2e6b commit 442bdc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorc/fre-nctools.fd/shared_lib/mosaic_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ void initNode(struct Node *node);
void addEnd(struct Node *list, double x, double y, double z, int intersect, double u, int inbound, int inside);
int addIntersect(struct Node *list, double x, double y, double z, int intersect, double u1, double u2,
int inbound, int is1, int ie1, int is2, int ie2);
void insertIntersect(struct Node *list, double x, double y, double z, double u1, double u2, int inbound,
double x2, double y2, double z2);
int length(struct Node *list);
int samePoint(double x1, double y1, double z1, double x2, double y2, double z2);
int sameNode(struct Node node1, struct Node node2);
Expand Down

0 comments on commit 442bdc5

Please sign in to comment.