EoRImaging / FHD

Fast Holographic Deconvolution
BSD 2-Clause "Simplified" License
20 stars 10 forks source link

Undefined pointer hot fix #252

Closed nicholebarry closed 3 years ago

nicholebarry commented 3 years ago

Small error that I just implemented with the documentation code. I added an undefine to try to clear up the unneeded structure, but it frees the pointers which are used in the true psf structure. I've removed that undefine since it's not really needed since that parameter won't be passed on anyways.