Skip to content

Commit

Permalink
Switch from using GPUArrays to import GPUArrays
Browse files Browse the repository at this point in the history
Looks like everywhere, the prefix GPUArrays is already used
  • Loading branch information
fhagemann committed Nov 16, 2024
1 parent 0300dd9 commit c25294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolidStateDetectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Adapt
using ArraysOfArrays
using FillArrays
using Format
using GPUArrays
using Interpolations
using IntervalSets
using JSON
Expand Down Expand Up @@ -50,6 +49,7 @@ export CartesianPoint, CartesianVector, CylindricalPoint

import Clustering
import Distributions
import GPUArrays
import IntervalSets
import OrderedCollections
import Tables
Expand Down

0 comments on commit c25294d

Please sign in to comment.