We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a94b35 commit 5dc3425Copy full SHA for 5dc3425
Source/Fortran/CMakeLists.txt
@@ -44,6 +44,7 @@ set(Fsrc
44
TrigonometrySolversModule.F90
45
TripletListModule.F90
46
TripletModule.F90
47
+ test_ntpoly_link.f90
48
)
49
50
################################################################################
Source/Fortran/test_ntpoly_link.f90
@@ -0,0 +1,3 @@
1
+!> this subroutine is just here for testing linking with autotools.
2
+subroutine test_ntpoly_link()
3
+end subroutine test_ntpoly_link
0 commit comments