We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AdemData class is currently treated as a struct, with a group of functions operating on it.
AdemData
It's also header-only, which makes for one very long file.
In this refactor:
get_t2w
get_mean_speed
get_reylonds_stresses
get_spectra
adem
adem.cpp
The text was updated successfully, but these errors were encountered:
Removing from AURA project backlog as too much work already!
Sorry, something went wrong.
thclark
No branches or pull requests
The
AdemData
class is currently treated as a struct, with a group of functions operating on it.It's also header-only, which makes for one very long file.
In this refactor:
get_t2w
a class methodget_mean_speed
a class methodget_reylonds_stresses
a class methodget_spectra
a class methodadem
a class method, renaming it to something descriptive e.g. 'analyse'.adem.cpp
The text was updated successfully, but these errors were encountered: