Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 04 Feb 00:13
· 1 commit to main since this release
0a71978

This patch release applies patches from Keith Ellis from 2020 from the source contents of QCDLoop v1.981's source ff/ directory, as noted from the included QCDLoop Changelog:

At the suggestion of [email protected]
we have made two modifications to facilitate compilation with
modern fortran compilers, which do greater checks on array sizes.
* ffxd0p.f:
removed calls to ffcxra and ffxtra with the penultimate argument ii=3
(both of these routines have as their first executable statement
"if ( ii .eq. 3 ) return", so this is clearly innocuous
* aaxex.f:
for similar reasons changed the second argument of the call to mdxi
call ffeji(cdxi,mdxi,ccxi,mcxi,cbxi,mbxi,caxi,maxi,
+ cdxj,mdxj,ccxj,mcxj,cbxj,mbxj,caxj,maxj,level)
this routine is never called, so this is also innocuous

It also patches the Makefile to be more modern and flexible.