Skip to content

Commit ebefe89

Browse files
committed
remove allocate import
1 parent 8b61f81 commit ebefe89

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Trixi.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ using DiffEqCallbacks: PeriodicCallback, PeriodicCallbackAffect
6060
using FillArrays: Ones, Zeros
6161
using ForwardDiff: ForwardDiff
6262
using HDF5: HDF5, h5open, attributes, create_dataset, datatype, dataspace
63-
using KernelAbstractions: KernelAbstractions, @index, @kernel, get_backend, Backend,
64-
allocate
63+
using KernelAbstractions: KernelAbstractions, @index, @kernel, get_backend, Backend
6564
using AcceleratedKernels: AcceleratedKernels
6665
using LinearMaps: LinearMap
6766
if _PREFERENCE_LOOPVECTORIZATION

0 commit comments

Comments
 (0)