Skip to content
Snippets Groups Projects
Verified Commit 1798c0da authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Return actual object

parent 4a0423c2
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ struct Wait <: BaseBuildingBlock
if !(res.duration isa Number)
@constraint global_model() res.duration >= 0
end
return res
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment