Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / bindings / lua / factories / host.lua
1
2 hostFactory = function(host_args)
3     if type(host_args.power) ~= "number" then
4         error("OOPS")
5     end
6     return function(more_args)
7     end
8 end
9