v0.1.0 (2017-07-20)
Original downloaded code with the following changes necessary in order to
ensure that it will compile using gfortran version 7.1.0:
-
Indentation in the downloaded html corrected to ensure the Fortran is valid
-
Html codes '<' and '>' replaced with '<' and '>'
-
The use of '=' in conditional expressions replaced with '=='
-
Lines longer than 72 characters split into multiple lines with continuation
characters added -
JSeconds function replaced with secnds
-
DATE and TIME functions replaced with date_and_time
-
Use of a real variable as an arrary index in strategy K85R corrected
-
Removal of strategy K74RXX from the compiled executable due to an
unresolved bug that prevents compilation
And splitting of the original single file into separate files for each
function.
The makefile in this release compiles the entire source code to a single
executable.