Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge velocities permuted when reading grid data from file. #244

Closed
allegroLeiden opened this issue Aug 8, 2017 · 1 comment
Closed

Edge velocities permuted when reading grid data from file. #244

allegroLeiden opened this issue Aug 8, 2017 · 1 comment

Comments

@allegroLeiden
Copy link
Contributor

This is a problem both when reading from FITS or HDF5, caused because the code for the first was used as a pattern for the second.

  • Line 1418 of grid2fits.c (v1.8 numbering): indices i_us and j_us should be exchanged.

  • Line 1885 of grid2hdf5.c: ditto.

allegroLeiden pushed a commit that referenced this issue Aug 8, 2017
@allegroLeiden
Copy link
Contributor Author

Fixed both in the master branch and in release 1.8.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant