Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Jul 3, 2024
1 parent b911ef8 commit 4bdb91d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ namespace tfel::math {
* \tparam A : type of the tiny matrix object (can be a reference)
* \tparam B : type of the tiny vector object (can be a reference)
*/
template <unsigned short N, unsigned short M, MatrixConcept A, MatrixConcept B>
template <unsigned short N,
unsigned short M,
MatrixConcept A,
VectorConcept B>
struct TMatrixTVectorExpr : public ExprBase {
//! a simple alias
typedef EmptyRunTimeProperties RunTimeProperties;
Expand Down

0 comments on commit 4bdb91d

Please sign in to comment.