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)); }