Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
rm type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Dec 19, 2019
1 parent a6ef7ae commit ce474f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abstract_register.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function measure!(
postprocess::PostProcess,
op,
reg::AbstractRegister,
locs::Union{Tuple,Vector,Integer,UnitRange};
locs,
kwargs...,
) where {MODE}
nbit = nactive(reg)
Expand All @@ -232,7 +232,7 @@ end
function measure(
op,
reg::AbstractRegister,
locs::Union{Tuple,Vector,Integer,UnitRange};
locs,
kwargs...,
) where {MODE}
nbit = nactive(reg)
Expand Down

0 comments on commit ce474f2

Please sign in to comment.