Add library public interface
All threads resolved!
All threads resolved!
Compare changes
Files
16+ 1
− 1
@@ -24,7 +24,7 @@ macro(add_icon_c_test test_name file_name)
Add a public interface for libfortran-support
. This is related to #9
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.