Skip to content

Commit

Permalink
Feature GMT sphere: fixed another compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcarlin committed Dec 9, 2023
1 parent 9b5e7cf commit 3fcf5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/gmt/sphere_preprocessing.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ main (int argc, char **argv)
{
int progerr;
const char *usage;
FILE *output;
FILE *input;
FILE *output = NULL;
FILE *input = NULL;
p4est_gmt_sphere_geoseg_t *geodesics;
size_t n_geodesics;
size_t nwritten;
Expand Down

0 comments on commit 3fcf5bf

Please sign in to comment.