Skip to content

[bugfix] Include important headers in implicit propertydefaults

Timo Koch requested to merge bugfix/important-implicit-includes into master

The BCRSMatrix was nowhere included in the implicit models and just worked by chance with MPI. Without MPI and gcc 5.2.1 or clang 2.6 only decalaration of BCRSMatrix from matrixutils was available.

The propertydefaults should include important headers of the classes they are using to set the properties.

Merge request reports