Skip to content

Commit

Permalink
Fixed ubuntu compile failure in mqc_binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
hphratchian committed Sep 9, 2024
1 parent 88d827e commit 6dec281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqc_binary.F03
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function MQC_PopCnt(mqc_bits_in) result(bits_on)
!
implicit none
type(mqc_bits),intent(in)::mqc_bits_in
integer(kind=int64),intent(out)::bits_on
integer(kind=int64)::bits_on
!
integer(kind=int64)::i
!
Expand Down

0 comments on commit 6dec281

Please sign in to comment.