Insert another <CODE></CODE> pair that was missing.

This commit is contained in:
Bård Skaflestad 2012-06-22 15:44:39 +02:00
parent 77cd800b0c
commit dd67e0c717

View File

@ -123,8 +123,8 @@ csrmatrix_new_elms_pushback(struct CSRMatrix *A);
* element set of row @c i. * element set of row @c i.
* \param[in] A Matrix. * \param[in] A Matrix.
* *
* \return Non-zero index, into @c A->ja and @c A->sa, of the @c (i,j) * \return Non-zero index, into @c A->ja and @c A->sa, of the
* matrix element. * <CODE>(i,j)</CODE> matrix element.
*/ */
size_t size_t
csrmatrix_elm_index(int i, int j, const struct CSRMatrix *A); csrmatrix_elm_index(int i, int j, const struct CSRMatrix *A);