Skip to content

Commit

Permalink
Add a non-module fortran routine to help autotools test linking (#238)
Browse files Browse the repository at this point in the history
* Add a non-module fortran routine to help autotools test linking

* lint
  • Loading branch information
william-dawson authored Oct 1, 2024
1 parent e57370a commit 20f55fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set(Fsrc
TrigonometrySolversModule.F90
TripletListModule.F90
TripletModule.F90
test_ntpoly_link.f90
)

################################################################################
Expand Down
3 changes: 3 additions & 0 deletions Source/Fortran/test_ntpoly_link.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!> this subroutine is just here for testing linking with autotools.
SUBROUTINE test_ntpoly_link()
END SUBROUTINE test_ntpoly_link

0 comments on commit 20f55fe

Please sign in to comment.