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 cdbdf7f commit 2bd5c41Copy full SHA for 2bd5c41
src/stdlib_bitsets.fypp
@@ -100,7 +100,7 @@ module stdlib_bitsets
100
!! Parent type for bitset_64 and bitset_large ([Specification](../page/specs/stdlib_bitsets.html#the-stdlib_bitsets-derived-types))
101
102
private
103
- integer(bits_kind) :: num_bits
+ integer(bits_kind) :: num_bits = 0_bits_kind
104
105
contains
106
0 commit comments