Skip to content

Add library public interface

Yen-Chen Chen requested to merge public_interface into master

What is the new feature

Add a public interface for libfortran-support. This is related to #9

How is it implemented

Add a fortran_support.F90 collecting all subroutines and functions in the libfortran-support library.
Now one can do USE fortran_support to access all public subroutines/functions in the library.

Edited by Jonas Jucker

Merge request reports

Loading