remove superfluous `Dumux::` qualifiers
- Jul 26, 2016
-
-
Bernd Flemisch authored339abced
-
Bernd Flemisch authored
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;`.
35bf6f1d
-