Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Lauser
7bd1622709 use OPM instead of dune infrastructure wherever possible
basically the only Dune thing which is still used are the FieldVector
and FieldMatrix classes used by some constraint solvers. Until
something similar goes into opm-core, opm-material must depend on
dune-common...
2013-09-20 15:04:27 +02:00
Andreas Lauser
594b3dd15b add version.h header file and adapt version number in dune.module 2013-09-10 13:42:43 +02:00
Andreas Lauser
dc30243dae include the unused.hh header in valgrind.hh
the dune/common/{unused,deprecated}.hh headers do not get implicitly
included by the OPM build system. Since the test for valgrind is has
been added recently, this file produced a compiler error if
HAVE_VALGRIND is 1.
2013-08-14 12:21:08 +02:00
Andreas Lauser
e4169106cf fix compileo 2013-06-06 11:30:08 +02:00
Andreas Lauser
c66ee6de33 eliminate 'constexpr'
use 'const' instead to make old compilers happy. the disadvantage is
that you cannot use the normal methods for template specialization,
but this currently should not be a major drawback.
2013-06-06 11:21:02 +02:00
Andreas Lauser
d6e18d6038 make the tests compile using OPM's shiny new CMake based build system 2013-05-30 19:17:00 +02:00
Andreas Lauser
83f255651d change namespace from 'Ewoms' to 'Opm' 2013-05-30 15:45:31 +02:00