jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
338 stars 86 forks source link

Unit tests don't compile when using REAL32 or REAL128 #383

Closed jacobwilliams closed 5 years ago

jacobwilliams commented 5 years ago

Some of the unit tests don't compile if the default real kind is changed to REAL32 or REAL128, since they are specifically using REAL64 variables.