N
not_a_commie
Is anyone aware of a .NET API to ease reading and writing Fortran
files? I want to load some Fortran files into my own structures. They
are a bit of a pain parsing with Regex because 1) they have like 200
fields, 2) some of the fields are files that may or may not be embeded
(using the Fortran $ operator), 3) some parameters are array sizes
where the data that follows is the data for the arrays, 4) Fortran
apparently allows you to specify the variable name if you want to
(otherwise it assumes that the data in the files is the same ordering
as your structure). Thanks for your time.
files? I want to load some Fortran files into my own structures. They
are a bit of a pain parsing with Regex because 1) they have like 200
fields, 2) some of the fields are files that may or may not be embeded
(using the Fortran $ operator), 3) some parameters are array sizes
where the data that follows is the data for the arrays, 4) Fortran
apparently allows you to specify the variable name if you want to
(otherwise it assumes that the data in the files is the same ordering
as your structure). Thanks for your time.