The library librsla generated in this directory supplies two bessel function
routines to replace the imsl routines: mmbskr, mmbsir. The routines start
with a set of files from the NTCC module library r8slatec. The routines from
r8slatec have endings in .F and .c. These routines are converted to .f90
routines by a Python program cvt.py which is driven by a script convert.
This conversion removes the portlib dependences and c dependences and uses
the f90 kind feature to specify the precision. This creates a much smaller
library to handle and removes the compiler restrictions that r8slatec
imposes. This directory also builds an executable which tests the range of
bessel function calls found in curray.
jcw 10/4/01
