Skip to content

Commit

Permalink
remove unused @init import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 committed Mar 18, 2024
1 parent 4d9d7e3 commit 90d5f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FillZY.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using PSSFSS.PGF: c3_calc, d3_calc
using PSSFSS.Zint: zint, filljk!, vtxcrd
using PSSFSS.PGF: electric_modal_sum_funcs, magnetic_modal_sum_funcs
using PSSFSS.Log: @logfile
using OhMyThreads: @tasks, @set, @init, DynamicScheduler, StaticScheduler
using OhMyThreads: @tasks, @set, DynamicScheduler, StaticScheduler

const next = (2, 3, 1)
const prev = (3, 1, 2)
Expand Down

0 comments on commit 90d5f94

Please sign in to comment.