Skip to content

Commit

Permalink
Updating the data about recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmedeiros committed Jun 21, 2018
1 parent 05c3f64 commit 3fb357e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified qualityRecovery.ods
Binary file not shown.
4 changes: 2 additions & 2 deletions test2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ local os = require 'os'
local e, r, s

local function parse (s)
local t,m,ast
local t,m,ast = parser.parse(s,filename)
if not t then
print(m)
t = ast
end
return ast
return t
end

local function calcAvg (t)
Expand Down

0 comments on commit 3fb357e

Please sign in to comment.