Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Development v1.2 #2

Merged
merged 22 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding CSV handling routines
  • Loading branch information
jchristopherson committed Mar 10, 2021
commit 81285643f364df87c0147b762b19b982ce2bc780
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ set(fcore_sources
ui_dialogs.f90
collections_dictionary.f90
collections_hash.f90
csv.f90
csv_column.f90
)

# Build the library
Expand Down
Loading