Skip to content
Snippets Groups Projects

Feature/amg memory management

Merged Christian Engwer requested to merge feature/amg-memory-management into master
1 unresolved thread
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -120,7 +120,6 @@ namespace Dune
/**
* @brief The matrix block type we use as weights.
*/
#warning why should the internal type of the weight change, depending on the constness of the matrix?
typedef typename std::conditional<isMutable && C::mutableMatrix,typename M::block_type,
const typename M::block_type>::type
Weight;
Loading