From 014e11aa5b29a90d58c71fc82ce279a7e3f6c8d3 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 20 May 2025 13:20:10 +1000 Subject: [PATCH] remove no longer needed typedef --- include/armadillo_bits/spop_misc_meat.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/armadillo_bits/spop_misc_meat.hpp b/include/armadillo_bits/spop_misc_meat.hpp index 4792c5bc..5da73142 100644 --- a/include/armadillo_bits/spop_misc_meat.hpp +++ b/include/armadillo_bits/spop_misc_meat.hpp @@ -74,8 +74,7 @@ spop_cx_scalar_times::apply(SpMat< std::complex >& out, c { arma_debug_sigprint(); - typedef typename T1::pod_type T; - typedef typename std::complex out_eT; + typedef typename T1::pod_type T; out.init_xform_mt(in.m, priv::functor_cx_scalar_times(in.aux_out_eT)); }