Skip to content

Commit 682fed0

Browse files
authored
Update Common/include/linear_algebra/blas_structure.hpp
1 parent 3475b36 commit 682fed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/linear_algebra/blas_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class CBlasStructure {
488488
* \param[in] main - main diagonal
489489
* \param[in,out] upper - upper diagonal (modified on exit)
490490
* \param[in,out] rhs - right hand side on entry, solution on exit
491-
* \note Same size for all vectors. Use column index for lower and upper vector.
491+
* \note Same size for all vectors. Use row index for lower and upper vector (e.g. lower[0] does not matter).
492492
*/
493493
template<class Vec, class Scalar = su2double>
494494
static void tdma(const Vec& lower, const Vec& main, Vec& upper, Vec& rhs) {

0 commit comments

Comments
 (0)