-rw-r--r-- | benchmarks/ode/ode-benchmark-rk8pd.lua | 2 |
diff --git a/benchmarks/ode/ode-benchmark-rk8pd.lua b/benchmarks/ode/ode-benchmark-rk8pd.lua index 92d3d46b..c3d1e18f 100644 --- a/benchmarks/ode/ode-benchmark-rk8pd.lua +++ b/benchmarks/ode/ode-benchmark-rk8pd.lua @@ -25,5 +25,5 @@ for k=1, 10 do end for i, line in ipairs(results) do - echo(i, line) + print(i, line) end |