Skip to content
Snippets Groups Projects
Commit ad6d617f authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[changelog]

Mention necessary flag --enable-fieldvector-size-is-method for Dune 2.2.


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9273 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent cd8a714d
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,10 @@ Differences Between DuMuX 2.1 and DuMuX 2.2 ...@@ -40,7 +40,10 @@ Differences Between DuMuX 2.1 and DuMuX 2.2
- Added compiler support for GCC 4.7 and Clang 3.1. - Added compiler support for GCC 4.7 and Clang 3.1.
* IMMEDIATE INTERFACE CHANGES not allowing a deprecation period: * IMMEDIATE INTERFACE CHANGES not allowing a deprecation period:
- From Dune 2.2 on, FieldVector::size is a method rather than an enum value.
It is mandatory to add the flag --enable-fieldvector-size-is-method to the
CONFIGURE_FLAGS. An example is given in the opts file dumux/debug.opts.
- Implicit models: TwoPIndices, TwoPNIIndices, and RichardsIndices additionally - Implicit models: TwoPIndices, TwoPNIIndices, and RichardsIndices additionally
get TypeTag as template parameter. If the Indices are not obtained via the get TypeTag as template parameter. If the Indices are not obtained via the
property, this has to be adapted. property, this has to be adapted.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment