Skip to content
Snippets Groups Projects

[test] Add missing return in main

Merged Christoph Grüninger requested to merge feature/add-missing-return into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -3,7 +3,10 @@ SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE
SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
-->
# Master (will become release 2.9)
# Master (will become release 2.10)
# Release 2.9
- Add `const` qualifier to `LinearOperator` and `ScalarProduct` in
`IterativeSolver`. In particular, the constructors of iterative solvers have
@@ -47,6 +50,7 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
- Remove deprecated `ImplicitModeOverflowExhausted`, use
`ImplicitModeCompressionBufferExhausted` instead.
# Release 2.8
- Extended the MatrixMarket IO functions for reading and writing vectors with
Loading