Skip to content

Commit

Permalink
fix kind mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 5, 2024
1 parent f2c1495 commit 53dc0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/include/primes.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module primes
use constants
implicit none
integer, private, parameter :: bits_per_int = 64
integer(i18t), private, parameter :: bits_per_int = 64
integer(i18t), private, allocatable :: prime_sieve(:)
integer(i18t), private :: current_n = 0
contains
Expand Down

0 comments on commit 53dc0b7

Please sign in to comment.