Skip to content
  • Bernd Flemisch's avatar
    remove superfluous `Dumux::` qualifiers · 35bf6f1d
    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