Clicky
To contribute Fortran source code, add a link here to the filename (without extension), program, or module name, and create the new page by pasting the code, wrapping it in a fenced code block with a language keyword. See the HowTo and existing pages such as hello for examples.
This section lists individual modules, programs, and procedures, typically single files or perhaps zip files. See the Libraries page for more comprehensive collections of routines.
convert.f90 - converts FORTRAN 77 source form to Fortran 90 source form.
gen_ll.f90 - a generic linked list module by Roger Young and Peter McGavin.
roman_numerals.f90 - a Roman numerals module.
qsort_c.f95 - a recursive Fortran 95 quicksort routine.
RadixSort.f90 - radix sort in Fortran 90.