From a78f419b03e540ebedf827e7185d8a4ff1a35dbe Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 17 Sep 2021 22:24:12 +1000 Subject: [PATCH] add TODO --- include/armadillo_bits/op_trimat_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/op_trimat_meat.hpp b/include/armadillo_bits/op_trimat_meat.hpp index 3dacce33..2b5507db 100644 --- a/include/armadillo_bits/op_trimat_meat.hpp +++ b/include/armadillo_bits/op_trimat_meat.hpp @@ -65,7 +65,7 @@ op_trimat::apply(Mat& out, const Op& in) const bool upper = (in.aux_uword_a == 0); - if(is_Mat::value || is_Mat::stored_type>::value) + if(is_Mat::value || is_Mat::stored_type>::value) // TODO: handle subview_cols { const unwrap tmp(in.m); const Mat& A = tmp.M;