Skip to content

Commit adab166

Browse files
committed
Changed file names
Changed stdlib_bitset_64.fypp and stdlib_bitset_large.fypp to stdlib_bitsets_64.fypp and stdlib_bitsets_large.fypp. [ticket: X]
1 parent 0e3b788 commit adab166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/stdlib_bitset_64.fypp renamed to src/stdlib_bitsets_64.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#:include "common.fypp"
2-
submodule(stdlib_bitsets) stdlib_bitset_64
2+
submodule(stdlib_bitsets) stdlib_bitsets_64
33
implicit none
44

55
contains
@@ -1140,4 +1140,4 @@ contains
11401140
end subroutine xor_64
11411141

11421142

1143-
end submodule stdlib_bitset_64
1143+
end submodule stdlib_bitsets_64

src/stdlib_bitset_large.fypp renamed to src/stdlib_bitsets_large.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#:include "common.fypp"
2-
submodule(stdlib_bitsets) stdlib_bitset_large
2+
submodule(stdlib_bitsets) stdlib_bitsets_large
33
implicit none
44

55
contains
@@ -1367,4 +1367,4 @@ contains
13671367

13681368
end subroutine xor_large
13691369

1370-
end submodule stdlib_bitset_large
1370+
end submodule stdlib_bitsets_large

0 commit comments

Comments
 (0)