Skip to content

Commit

Permalink
fortran: add intrinsic to iso_c_binding
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Nov 22, 2024
1 parent 62a7565 commit 429088f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity-eos/eos/singularity_eos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
!------------------------------------------------------------------------------

module singularity_eos_types
use iso_c_binding
use, intrinsic :: iso_c_binding
implicit none

! data types
Expand All @@ -25,7 +25,7 @@ module singularity_eos_types
end module singularity_eos_types

module singularity_eos
use iso_c_binding
use, intrinsic :: iso_c_binding
use singularity_eos_types
implicit none

Expand Down

0 comments on commit 429088f

Please sign in to comment.