Skip to content

Commit

Permalink
and another one
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Jul 13, 2023
1 parent 8275c55 commit c748b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaMEM_ModelGeneration/Model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function Model(args...)
name_str = split("$name","{")[1]
names_strip = (names_strip..., name_str)
end
@show names_strip name_str
@show names_strip args
args_tuple = NamedTuple{Symbol.(names_strip)}(args)

return Model(; args_tuple...)
Expand Down

0 comments on commit c748b07

Please sign in to comment.