MESAHub / mesa

Modules for Experiments in Stellar Astrophysics
http://mesastar.org
GNU Lesser General Public License v2.1
145 stars 39 forks source link

Utils warn cleanup #704

Closed VincentVanlaer closed 3 months ago

VincentVanlaer commented 3 months ago

I noticed some warnings in the C code in the utils module regarding the way strncpy was used. I ended up refactoring the code to make it less complex, and applied a formatter (in a separate commit).

pmocz commented 3 months ago

Adding this into a mesa branch to test before merging into main