Skip to content

Commit

Permalink
Make yaml 4_lua nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
krenzland committed Feb 9, 2022
1 parent 861ecf6 commit f4083de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4_lua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ components:
mu: 0.0
lambda: 1.96e10
- !LuaMap
returns: ["rho", "mu", "lambda"]
returns: [rho, mu, lambda]
function: |
function f (x)
io.write(x[1], " ", x[2], " ", x[3], "\n") -- optional debug output
Expand Down

0 comments on commit f4083de

Please sign in to comment.