Skip to content

Commit 8ae9e1b

Browse files
author
Damian Rouson
committed
feat(formats_m): add module of format strings
1 parent 5ed2686 commit 8ae9e1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/formats_m.f90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module formats
2+
!! Useful strings for formatting `print` and `write` statements
3+
implicit none
4+
5+
character(len=*), parameter :: comma_separated_values = ""(*(G0,:,','))""
6+
end module

0 commit comments

Comments
 (0)