You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #305 from xylar/omega/fix-max-cells-on-edge-dim-read-order
Fix order of `MaxCellsOnEdge`/`TWO` dimension read
We want to try the new name first, then the old one. As it stands, we get an error message like:
```
[error] [IO.cpp:343] PIO error while reading dimension TWO
```
even if `MaxCellsOnEdge` is then successfully read. It isn't great that we're getting an error message at all but at least with this fix the error will only be logged if the old dimension name is being used.
0 commit comments