Skip to content

Commit

Permalink
Use Type not DataType
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed May 18, 2024
1 parent 05ba09b commit 2d9b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time/exp_xform.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2d9b83c

Please sign in to comment.