Closed egthomas closed 7 years ago
I would imagine this does, but this fixes the compilation error at line 405 in filter.c? (FilterRadarScan function) Getting this with the current develop branch...maybe should have tested this a little before fast merging. Since the origin's off this repo, not an easy way to test this merging branch out.
Yes, the current develop branch will spit an error in filter.c because of an accidental "i" from editing using vi ( for (y=rmin;y<=rmax;y++) {i
) introduced in my previous pull request. The "Two more typo fixes" commit corrects the current error and one other similar typo in make_grid.c. I've successfully compiled the entire RST after making those two final fixes and everything works fine.
Identified two more typos which prevented compilation in filter.c and make_grid.c respectively (all gridding routines should properly compile now). Also did some final cleaning up of whitespaces and formatting.