Skip to content

Commit

Permalink
Just free the KD tree. Clearing isn't necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
HazenBabcock committed Sep 15, 2018
1 parent 685499e commit 9e18e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storm_analysis/sa_library/ia_utilities.c
Expand Up @@ -165,7 +165,6 @@ void findLocalMaxima(flmData *flm_data, double *z, double *y, double *x, double
*/
void freeKDTree(struct kdtree *kd)
{
kd_clear(kd);
kd_free(kd);
}

Expand Down

0 comments on commit 9e18e4d

Please sign in to comment.