MESAHub / mesa

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

(minor) cleanup warnings in binary #725

Closed pmocz closed 3 months ago

pmocz commented 3 months ago

cleaning up unused variables and some other compiler warnings in binary

changed a dP to d_P to avoid possible conflict with dp (since Fortran is case-insensitive)

Goal is that we will add more (best-practice) compile flags to avoid future bugs, but first I need to clean up warnings before committing the flags because there are a lot.