Skip to content

Commit

Permalink
removing warnings from shewchuck file
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalu committed Feb 14, 2024
1 parent c638e6e commit 2d9bb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/shewchuk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ REAL permanent;
REAL cxtaa[8], cxtbb[8], cytaa[8], cytbb[8];
int cxtaalen, cxtbblen, cytaalen, cytbblen;
REAL axtbc[8], aytbc[8], bxtca[8], bytca[8], cxtab[8], cytab[8];
int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
int axtbclen=0, aytbclen=0, bxtcalen, bytcalen=0, cxtablen, cytablen=0;
REAL axtbct[16], aytbct[16], bxtcat[16], bytcat[16], cxtabt[16], cytabt[16];
int axtbctlen, aytbctlen, bxtcatlen, bytcatlen, cxtabtlen, cytabtlen;
REAL axtbctt[8], aytbctt[8], bxtcatt[8];
Expand Down

0 comments on commit 2d9bb3a

Please sign in to comment.