vtsuperdarn / VTRST3.5

Radar Software Toolkit enhanced
0 stars 6 forks source link

Two more typo fixes and cleaned up whitespace/formatting #23

Closed egthomas closed 7 years ago

egthomas commented 7 years ago

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.

ksterne commented 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.

egthomas commented 7 years ago

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.