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

Conflicting documentation on memory order #11

Open
lindstro opened this issue Mar 4, 2024 · 0 comments
Open

Conflicting documentation on memory order #11

lindstro opened this issue Mar 4, 2024 · 0 comments

Comments

@lindstro
Copy link
Collaborator

lindstro commented Mar 4, 2024

The main help page says array dimensions should be specified in Fortran order:

cout << "\t-s <x> <y> <z> [...] - Data sizes (3 or more integers); assumed to be in FORTRAN order (first dimension varies fastest)" << endl;

But when specifying fewer than three dimensions, the documentation says C order:

tthresh/src/tthresh.cpp

Lines 187 to 188 in 02df038

if (d.s.size() < 3)
display_error("Specify 3 or more integer sizes after -s (C memory order)");

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