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.
cleaning up unused variables and some other compiler warnings in
binary
changed a
dP
tod_P
to avoid possible conflict withdp
(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.