csv-fortran
csv-fortran copied to clipboard
Split into reader and writer classes?
trafficstars
May want to split csv_file into two classes: one for reading and one for writing. Currently using the same one for both, but really they are two separate operations.