Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a compiler warning in create_xgrid.c #992

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading