Skip to content
Snippets Groups Projects
Commit 3f36a3ef authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'feature/remove-dumux-qualifiers' into 'master'

remove superfluous `Dumux::` qualifiers

Everything in our .hh files is defined within the namespace `Dumux`.
There were numerous occurrences of `Dumux::` qualifiers that were
unnecessary. Remove those occurrences. Necessary qualifications
remain, such as `typedef Dumux::H2O<Scalar> H2O;`.

See merge request !178
parents c278897c 339abced
No related branches found
No related tags found
1 merge request!178remove superfluous `Dumux::` qualifiers
Showing
with 63 additions and 63 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment