Skip to content

Commit 749ca83

Browse files
committed
Bug in creation of extractor and updater
1 parent 8e94835 commit 749ca83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/@aml/@aml_create.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ function aml_create(expr::Expr, args_param, args_defaultvalue, args_type, args_v
3030
amlargs_custom_creator = args_custom_creator[isaml_args]
3131
custom_creator_end = args_custom_creator[end]
3232
amlargs_custom_extractor = args_custom_extractor[isaml_args]
33-
custom_extractor_end = args_custom_creator[end]
33+
custom_extractor_end = args_custom_extractor[end]
3434
amlargs_custom_updater = args_custom_updater[isaml_args]
35-
custom_updater_end = args_custom_creator[end]
35+
custom_updater_end = args_custom_updater[end]
3636

3737
amlargs_num = length(amlargs_var)
3838

0 commit comments

Comments
 (0)