From 2d9b83c0c5e07e94e1329d3b08740db2720b9ffc Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Fri, 17 May 2024 22:21:36 -0400 Subject: [PATCH] Use Type not DataType --- time/exp_xform.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time/exp_xform.jl b/time/exp_xform.jl index 7d5cb07f..86063478 100644 --- a/time/exp_xform.jl +++ b/time/exp_xform.jl @@ -8,7 +8,7 @@ using BenchmarkTools: @btime # timing test -function exp_xform_time( ; T::DataType = ComplexF32) +function exp_xform_time( ; T::Type{<:Complex{<:AbstractFloat}} = ComplexF32) modes = (:element, :row, :column)