Skip to content
Snippets Groups Projects
Commit 7c873ff9 authored by julienpillis's avatar julienpillis
Browse files

qlqs modifs

parent 8573bb3a
No related branches found
No related tags found
1 merge request!14Merge v2
......@@ -142,7 +142,7 @@ func (simu *Simulation) Run() {
var wg sync.WaitGroup
for _, agt := range simu.env.ags {
wg.Add(1)
go func(agent Agent) {
defer wg.Done()
......@@ -236,7 +236,6 @@ func (simu *Simulation) Print() [][]string {
return result
}
func (simu *Simulation) Log() {
// Not implemented
}
......
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