Skip to content
Snippets Groups Projects

Make FEAssembler store a const reference of the basis

2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -33,7 +33,7 @@ class FEAssembler {
@@ -33,7 +33,7 @@ class FEAssembler {
public:
public:
const Basis basis_;
const Basis& basis_;
/** \brief Partition type on which to assemble
/** \brief Partition type on which to assemble
*
*
Loading