Skip to content

Commit 4725fe8

Browse files
committed
Removed stdlib_experimental.f90 (replaced by .fypp) and corrected Mardown file
1 parent 078b400 commit 4725fe8

5 files changed

+15
-664
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Create a list of the files to be preprocessed
44
set(fppFiles
5+
stdlib_experimental_io.fypp
56
stdlib_experimental_stats.fypp
67
stdlib_experimental_stats_mean.fypp
78
)

src/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ stdlib_experimental_stats_mean.o: \
4242
stdlib_experimental_optval.o \
4343
stdlib_experimental_kinds.o \
4444
stdlib_experimental_stats.o
45+
stdlib_experimental_io.f90: stdlib_experimental_io.fypp
4546
stdlib_experimental_stats.f90: stdlib_experimental_stats.fypp
4647
stdlib_experimental_stats_mean.f90: stdlib_experimental_stats_mean.fypp

0 commit comments

Comments
 (0)