Skip to content

Commit 6e5d4cf

Browse files
greoleyhmtsai
authored andcommitted
fixup
1 parent 0c9b490 commit 6e5d4cf

File tree

1 file changed

+1
-1
lines changed
  • include/ginkgo/core/multigrid

1 file changed

+1
-1
lines changed

include/ginkgo/core/multigrid/pgm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Pgm : public EnableLinOp<Pgm<ValueType, IndexType>>,
134134
* Local weight matrix. If it is nullptr, we will generate the weight
135135
* matrix by (abs(mtx) + abs(mtx'))/2.
136136
*/
137-
std::shared_ptr<const matrix::Csr<remove_complex<ValueType>, IndexType>>
137+
std::shared_ptr<matrix::Csr<remove_complex<ValueType>, IndexType>>
138138
GKO_FACTORY_PARAMETER_SCALAR(local_weight_mtx, nullptr);
139139
};
140140
GKO_ENABLE_LIN_OP_FACTORY(Pgm, parameters, Factory);

0 commit comments

Comments
 (0)