Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean the code of Lua examples.
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.lua
index ec81ed5..2aea25d 100644 (file)
@@ -1,11 +1,10 @@
 dofile 'sender.lua'
 dofile 'receiver.lua'
 require "simgrid"
+
 simgrid.platform("quicksort_platform.xml")
 simgrid.application("quicksort_deployment.xml")
 simgrid.run()
 simgrid.info("Simulation's over.See you.")
 simgrid.clean()
 
-
-