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;