Skip to content

Commit

Permalink
FIX: Fix where in module functions go
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Sep 17, 2024
1 parent 607cf30 commit 1c20f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fortran/ompgen.F90.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ MODULE omp_constants
INTEGER(KIND=4), PARAMETER :: fomp_sched_auto = 4
#endif

contains
logical function have_omp_constants()
have_omp_constants = .true.
end function have_omp_constants
Expand Down

0 comments on commit 1c20f4a

Please sign in to comment.