astro-informatics / sopt

Sparse OPTimisation using state-of-the-art convex optimisation algorithms.
http://astro-informatics.github.io/sopt/
GNU General Public License v2.0
9 stars 11 forks source link

Delete unnecessary file and remove references to it from the build system #394

Closed krishnakumarg1984 closed 1 year ago

krishnakumarg1984 commented 1 year ago

Identified in the code review of #370. This PR should close #393.

SJaffa commented 1 year ago

Looking into the history of this file it looks like it used to contain the distribute_sara function that is now in cpp/sopt/wavelets/sara.h. Is that the correct place to have this kind of function?