-
- Downloads
Add library public interface (!94)
## 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. Approved-by:Jonas Jucker <jonas.jucker@env.ethz.ch> Merged-by:
Jonas Jucker <jonas.jucker@env.ethz.ch> Changelog: feature
parent
081f3701
No related branches found
No related tags found
Showing
- cmake/gtest_helper.cmake 1 addition, 1 deletioncmake/gtest_helper.cmake
- src/CMakeLists.txt 1 addition, 0 deletionssrc/CMakeLists.txt
- src/fortran_support.F90 173 additions, 0 deletionssrc/fortran_support.F90
- src/mo_namelist.F90 0 additions, 1 deletionsrc/mo_namelist.F90
- test/fortran/helpers.f90 1 addition, 2 deletionstest/fortran/helpers.f90
- test/fortran/test_backtrace.f90 4 additions, 1 deletiontest/fortran/test_backtrace.f90
- test/fortran/test_exception.f90 7 additions, 3 deletionstest/fortran/test_exception.f90
- test/fortran/test_expression.f90 1 addition, 1 deletiontest/fortran/test_expression.f90
- test/fortran/test_fortran_tools.f90 9 additions, 2 deletionstest/fortran/test_fortran_tools.f90
- test/fortran/test_hash_table.f90 4 additions, 3 deletionstest/fortran/test_hash_table.f90
- test/fortran/test_octree.f90 3 additions, 3 deletionstest/fortran/test_octree.f90
- test/fortran/test_sort.f90 1 addition, 14 deletionstest/fortran/test_sort.f90
- test/fortran/test_text_hash.f90 1 addition, 6 deletionstest/fortran/test_text_hash.f90
- test/fortran/test_util_string.f90 6 additions, 1 deletiontest/fortran/test_util_string.f90
- test/fortran/test_util_table.f90 2 additions, 1 deletiontest/fortran/test_util_table.f90
- test/fortran/test_util_timer.f90 1 addition, 1 deletiontest/fortran/test_util_timer.f90
Loading
Please register or sign in to comment