Skip to content

Commit

Permalink
Fixing missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 11, 2020
1 parent 27ca3fd commit 1c47784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/MatrixDiagonalPartitioned.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void init_MatrixDiagonalPartitioned(py::module& m)
"Return prescribed degrees-of-freedom")

.def(
"AsDiagonal",
&GooseFEM::MatrixDiagonalPartitioned::AsDiagonal,
"Todiagonal",
&GooseFEM::MatrixDiagonalPartitioned::Todiagonal,
"Return as diagonal matrix (column)")

.def(
Expand Down

0 comments on commit 1c47784

Please sign in to comment.