Skip to content

PR related to #726 and #723 #727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/stdlib_bitsets.fypp
  • Loading branch information
jvdp1 authored Jul 22, 2023
commit 94f0f99cf100d936c944f0133029ea2a8f6e5f67
7 changes: 0 additions & 7 deletions src/stdlib_bitsets.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -1166,13 +1166,6 @@ module stdlib_bitsets
!! end program example_assignment
!!```

! pure module subroutine assign_large( set1, set2 )
!!! Version: experimental
!!!
!!! Used to define assignment for `bitset_large`.
! type(bitset_large), intent(out) :: set1
! type(bitset_large), intent(in) :: set2
! end subroutine assign_large

#:for k1 in INT_KINDS
pure module subroutine assign_log${k1}$_large( self, logical_vector )
Expand Down