OPM / opm-core

Collection of utilities, solvers and other components.
http://www.opm-project.org
GNU General Public License v3.0
44 stars 50 forks source link

[cleanup] Removes unnecessary if clauses for unsupported DUNE versions. #1180

Closed blattms closed 6 years ago

blattms commented 6 years ago

We are targetting DUNE 2.4. and 2.5. currently. Therefore this commit removes the if checks for lower versions to cleanup the code.

blattms commented 6 years ago

jenkins run triggered on OPM/opm-grid#286