Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Feb 12, 2025
1 parent acc38ae commit a5bd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/hcd/hcd_actor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function ActorHCD(dd::IMAS.dd, par::FUSEparameters__ActorHCD, act::ParametersAll
@assert length(dd.pulse_schedule.ec.beam) == length(dd.ec_launchers.beam) "length(dd.pulse_schedule.ec.beam)=$(length(dd.pulse_schedule.ec.beam)) VS length(dd.ec_launchers.beam)=$(length(dd.ec_launchers.beam))"
if par.ec_model == :ECsimple
actor.ec_actor = ActorSimpleEC(dd, act.ActorSimpleEC)
elseif par.ec_mode == :replay
elseif par.ec_model == :replay
actor.ec_actor = ActorReplay(dd, act.ActorSimpleEC, actor)
end

Expand Down

0 comments on commit a5bd6f3

Please sign in to comment.