Skip to content

Commit

Permalink
Fix compilation with gcc-10 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson authored Aug 5, 2020
1 parent 14402bb commit eee5d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fortran/TripletListModule.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MODULE TripletListModule
USE TripletModule, ONLY : Triplet_r, Triplet_c, CompareTriplets, &
& ConvertTripletType
USE MatrixMarketModule, ONLY : MM_SYMMETRIC, MM_SKEW_SYMMETRIC, MM_HERMITIAN
USE NTMPIModule
USE, INTRINSIC :: ISO_C_BINDING, ONLY : c_int
IMPLICIT NONE
PRIVATE
Expand Down

0 comments on commit eee5d7e

Please sign in to comment.