Skip to content

Commit 61129cd

Browse files
authored
Merge pull request #127 from jvdp1/io_clean_fypp
Removed stdlib_experimental.f90 (replaced by .fypp) and corrected Markdown file
2 parents 078b400 + 4725fe8 commit 61129cd

5 files changed

+15
-664
lines changed

src/CMakeLists.txt

+1
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

+1
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)