use consistent argument types in EOS_Omni F90 code

Issue #2420 resolved
Roland Haas created an issue

EOS_Omni was inconsistent in passing either 1-element arrays or scalars to the same Fortran subroutine. gfortran-10 by default will no longer allow this.

Pull request

https://bitbucket.org/einsteintoolkit/einsteineos/pull-requests/7/eos_omni-make-use-of-arguments-consistent

fixes this and and also fixes a (genuine) bug in the single var calls for a nuclear EOS.

Comments (8)

  1. Log in to comment