Skip to content

Tauola_i: Fix compilation warnings.

Scott Snyder requested to merge ssnyder/athena:warn.Tauola_i-20191219 into master

With recent gfortran, we were getting warnings:

Warning: Fortran 2018 deleted feature: Shared DO termination label 50 at (1)

Change these loops to use do/enddo.

Merge request reports