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

Out of order dimensions in matrices #36

Open
rolkar opened this issue Jul 22, 2015 · 0 comments
Open

Out of order dimensions in matrices #36

rolkar opened this issue Jul 22, 2015 · 0 comments

Comments

@rolkar
Copy link
Contributor

rolkar commented Jul 22, 2015

Today, the code assumes that the dimensuions are stored in order in the matrices. But, they are not. For older files and for Quattro, some matrices have the dimensions in reverse order.

Whenever that happens, the code today write a warning and then pretend that the order in the file is correct. Fortunately we use no field with the dimensions in faulty order. So, currently it does not matter. But, it is an error nevertheless.

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

No branches or pull requests

1 participant