mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Insert another <CODE></CODE> pair that was missing.
This commit is contained in:
parent
77cd800b0c
commit
dd67e0c717
@ -123,8 +123,8 @@ csrmatrix_new_elms_pushback(struct CSRMatrix *A);
|
||||
* element set of row @c i.
|
||||
* \param[in] A Matrix.
|
||||
*
|
||||
* \return Non-zero index, into @c A->ja and @c A->sa, of the @c (i,j)
|
||||
* matrix element.
|
||||
* \return Non-zero index, into @c A->ja and @c A->sa, of the
|
||||
* <CODE>(i,j)</CODE> matrix element.
|
||||
*/
|
||||
size_t
|
||||
csrmatrix_elm_index(int i, int j, const struct CSRMatrix *A);
|
||||
|
Loading…
Reference in New Issue
Block a user