Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann ab21d44c9a Disable warning for using DUNE's FieldVector::size
In DUNE 2.2 FieldVector::size changed from being a member to being a
method. A compatibility warning is issued if you include the relevant
headers.

This warning can be silenced for DUNE modules by using passing the
option --enable-fieldvector-size-is-method to ./configure. This patch
effectively does the same, but through a macro definition.
2012-09-24 00:21:06 +02:00
opm/core Disable warning for using DUNE's FieldVector::size 2012-09-24 00:21:06 +02:00