SuperDARN / rst

Radar Software Toolkit (RST)
https://superdarn.github.io/rst/
GNU General Public License v3.0
22 stars 18 forks source link

Modifying LMFIT2 include guards #516

Closed egthomas closed 2 years ago

egthomas commented 2 years ago

This pull request modifies the include guards used by the header files in the lmfit2 library so they are unique and no longer duplicates of those in the fitacf3 library. For testing, the output of make_lmfit2 should (hopefully) be identical between this branch and develop.

ecbland commented 2 years ago

@egthomas I've compared the output of make_lmfit2 on this branch and develop, and the results are identical. Merging now!