sirocco-rt / sirocco

This is the repository for Sirocco, the radiative transfer code used to winds in AGN and other syatems
GNU General Public License v3.0
27 stars 24 forks source link

Address segmentation fault due to domain not being allocated #1059

Closed Edward-RSE closed 7 months ago

Edward-RSE commented 7 months ago

I made a mistake and missed allocating memory for the domain structure in the rad_hydro_files helper program. The PR adds that allocation in and also turns off the GSL error handler.