Skip to content

Commit 2bd5c41

Browse files
committed
Set to 0 the variable num_bits
1 parent cdbdf7f commit 2bd5c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_bitsets.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module stdlib_bitsets
100100
!! Parent type for bitset_64 and bitset_large ([Specification](../page/specs/stdlib_bitsets.html#the-stdlib_bitsets-derived-types))
101101

102102
private
103-
integer(bits_kind) :: num_bits
103+
integer(bits_kind) :: num_bits = 0_bits_kind
104104

105105
contains
106106

0 commit comments

Comments
 (0)