Skip to content

Commit 3fe918a

Browse files
committed
Small fix
1 parent e538769 commit 3fe918a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/feelmri/Assemble.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Eigen::SparseMatrix<T> basixMassAssemble(
179179
const Eigen::MatrixXi& elems,
180180
const Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>& nodes,
181181
const std::string& meshio_type,
182-
const std::string& /*quadrature_variant*/,
183-
const std::string& /*quadrature_rule*/,
182+
const std::string& quadrature_variant,
183+
const std::string& quadrature_rule,
184184
const int quadrature_degree)
185185
{
186186
const int nb_elems = elems.rows();

0 commit comments

Comments
 (0)