Skip to content

Commit

Permalink
Delete fixed "known issue"
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Apr 22, 2024
1 parent 657c00d commit efa14c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ For developers,
Known Issues
------------

- gfortran has a bug when passing slices of arrays of derived types:
trying to write `some_array%member` will result in the wrong values
getting written. To workaround this, copy `some_array%member` into a
temporary variable and pass that to `neasyf_write`

- Creating fixed zero-length variables or dimensions is not possible,
as netCDF uses `size = 0` to represent unlimited dimensions

Expand Down

0 comments on commit efa14c1

Please sign in to comment.