Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Jul 13, 2023
1 parent c748b07 commit 39232b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LaMEM_ModelGeneration/Model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ function Model(args...)
names_strip = ();
for name in names_str
name_str = split("$name","{")[1]
name_str = split("$name_str",".")[end]

names_strip = (names_strip..., name_str)
end
@show names_strip args
Expand Down

0 comments on commit 39232b0

Please sign in to comment.