We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461b3a0 commit 67981c3Copy full SHA for 67981c3
src/stdlib_bitsets_large.fypp
@@ -146,7 +146,7 @@ contains
146
147
integer(bits_kind) :: nblocks, pos
148
149
- nblocks = size( self % blocks )
+ nblocks = size( self % blocks, kind=bits_kind )
150
bit_count = sum( popcnt( self % blocks(1:nblocks-1) ) )
151
152
do pos = 0_bits_kind, self % num_bits - (nblocks-1)*block_size - 1
0 commit comments