Remove do
loops that do not have a continue
or end do
#247
Labels
good first issue
A straight forward code change for someone just beginning to work with the code.
Fortran 2018 has removed the do loop termination without either a
continue
statement with a line number or anend do
. We should probably remove these to add better readability anyway.GCC (gfortran) version 9.1.0 is now emitting the following warning:
The text was updated successfully, but these errors were encountered: