josephalevin / fson

Fortran 95 JSON Parser
60 stars 25 forks source link

is file closed? #6

Closed hansdthuis closed 12 years ago

hansdthuis commented 12 years ago

Perhaps a stupid question, but is the json file closed after reading?

josephalevin commented 12 years ago

Yes. Line 91 of fson.f95.

I'm thinking to change the line to only close the file if a file unit was not passed by the caller.