Skip to content

Commit

Permalink
Merge pull request #10 from sourceryinstitute/add_csv_to_julienne_m
Browse files Browse the repository at this point in the history
Add `csv` to the `julienne_m` module
  • Loading branch information
rouson authored Jun 17, 2024
2 parents 2dbb89e + 2ca5c93 commit 7de187d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/julienne_m.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module julienne_m
use julienne_bin_m, only : bin_t
use julienne_command_line_m, only : command_line_t
use julienne_file_m, only : file_t
use julienne_formats_m, only : separated_values
use julienne_formats_m, only : separated_values, csv
use julienne_string_m, only : string_t, operator(.cat.)
use julienne_test_m, only : test_t, test_description_substring
use julienne_test_description_m, only : test_description_t, test_function_i
Expand All @@ -14,6 +14,7 @@ module julienne_m
implicit none
private
public :: bin_t
public :: csv
public :: command_line_t
public :: operator(.cat.)
public :: file_t
Expand Down

0 comments on commit 7de187d

Please sign in to comment.