You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should be fixed now. It was a gfortran compiler bug, so I added a weird workaround that seemed to make it work. Let me know if there are any other problems.
I copied your example for writing a CSV file, but
call f%add(['x','y','z','t'])
is writing thex
into the row.My total output is given by:
I am using OSX with
gfortran 7.2.0
with the commandgfortran main.f90 -L fortran-csv-module/lib/ -lcsv
The text was updated successfully, but these errors were encountered: