From efa14c14b5d4cdb6842784b876962d7e1f444501 Mon Sep 17 00:00:00 2001 From: Peter Hill Date: Mon, 22 Apr 2024 17:41:32 +0100 Subject: [PATCH] Delete fixed "known issue" --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d63a59b..725235c 100644 --- a/README.md +++ b/README.md @@ -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