Skip to content

Commit

Permalink
fix: apply obsd patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 14, 2024
1 parent 1108870 commit 52b6cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion m4/aclocal_fc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ PROGRAM FC_AVAIL_KINDS
WRITE(stdout,'(I0)') max_decimal_prec
WRITE(stdout,'(I0)') num_ikinds
WRITE(stdout,'(I0)') num_rkinds
CLOSE(stdout)
END PROGRAM FC_AVAIL_KINDS
!---- END ----- Determine the available KINDs for REALs and INTEGERs

Expand Down Expand Up @@ -242,7 +243,7 @@ PROGRAM FC08_AVAIL_KINDS
WRITE(stdout,'()')
ENDIF
ENDDO

CLOSE(stdout)
END PROGRAM FC08_AVAIL_KINDS
!---- END ----- Determine the available KINDs for REALs, INTEGERs and LOGICALs -- ISO_FORTRAN_ENV (F08)

Expand Down

0 comments on commit 52b6cd7

Please sign in to comment.