Skip to content

Commit a11b1e9

Browse files
fhagemannoschulz
authored andcommitted
Replace RealQuantity with Unitful.RealOrRealQuantity
1 parent bfc7fd1 commit a11b1e9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/RadiationDetectorSignals.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ using TypedTables
1616
using UnsafeArrays
1717
using Unitful
1818

19+
using Unitful: RealOrRealQuantity as RealQuantity
20+
1921
import StatsBase
2022

21-
include("numeric_types.jl")
2223
include("array_types.jl")
2324
include("detector_hits.jl")
2425
include("detector_waveforms.jl")

src/numeric_types.jl

-8
This file was deleted.

0 commit comments

Comments
 (0)