Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 22, 2020
1 parent fc0a708 commit d3766b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/coarsening.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ parameters:

The nullspace parameters.

.. cpp:member int cols = 0
.. cpp:member:: int cols = 0

The number of near nullspace vectors.

.. cpp:member:: std::vector<double> B;
.. cpp:member:: std::vector<double> B

The near nullspace vectors. The vectors are represented as columns of a
2D matrix stored in row-major order.
Expand Down

0 comments on commit d3766b7

Please sign in to comment.