Fix misprints in Doxygen comment.
This commit is contained in:
parent
56cd291080
commit
9d9691a927
@ -79,13 +79,13 @@ namespace Opm
|
|||||||
|
|
||||||
/// Solve a linear system, with a matrix given in compressed
|
/// Solve a linear system, with a matrix given in compressed
|
||||||
/// sparse row format.
|
/// sparse row format.
|
||||||
/// \param[in] size Number of rows (and colums).
|
/// \param[in] size Number of rows (and columns).
|
||||||
/// \param[in] nonzeros Number of (structural) non-zeros.
|
/// \param[in] nonzeros Number of (structural) non-zeros.
|
||||||
/// \param[in] ia Row pointers.
|
/// \param[in] ia Row pointers.
|
||||||
/// \param[in] ja Column indices.
|
/// \param[in] ja Column indices.
|
||||||
/// \param[in] sa (structurally) non-zero elements.
|
/// \param[in] sa (structurally) non-zero elements.
|
||||||
/// \param[in] rhs System right-hand side.
|
/// \param[in] rhs System right-hand side.
|
||||||
/// \param[inout] solution System solution.
|
/// \param[in,out] solution System solution.
|
||||||
/// \return Solver meta-data concerning most recent system solve.
|
/// \return Solver meta-data concerning most recent system solve.
|
||||||
virtual LinearSolverInterface::LinearSolverReport
|
virtual LinearSolverInterface::LinearSolverReport
|
||||||
solve(const int size, const int nonzeros,
|
solve(const int size, const int nonzeros,
|
||||||
|
Loading…
Reference in New Issue
Block a user