Skip to content

Commit

Permalink
Adding prototype of "insertIntersect" function in create_xgrid.c(The …
Browse files Browse the repository at this point in the history
…function "insertIntersect" declared implicitly)
  • Loading branch information
BijuThomas-NOAA committed Oct 10, 2024
1 parent 14b086b commit cab8813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/fre-nctools.fd/shared_lib/create_xgrid.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ double dist_between_boxes(const double *x1, const double *y1, const double *z1,
int inside_edge(double x0, double y0, double x1, double y1, double x, double y);
int line_intersect_2D_3D(double *a1, double *a2, double *q1, double *q2, double *q3,
double *intersect, double *u_a, double *u_q, int *inbound);

void insertIntersect(struct Node*, double, double, double, double, double, int,
double, double, double);

/**
int get_maxxgrid
Expand Down

0 comments on commit cab8813

Please sign in to comment.