Skip to content
Snippets Groups Projects
Commit adac24d4 authored by Jana Eltayeb El Rafei's avatar Jana Eltayeb El Rafei
Browse files

Merge branch 'main' into 'Controleur'

# Conflicts:
#   internal/simulation/simu.go
parents 9aa8827f befbe550
No related branches found
No related tags found
1 merge request!8Controleur
......@@ -181,9 +181,9 @@ func (simu *Simulation) Print_v0() {
for i := 0; i < 20; i++ {
fmt.Println(simu.env.station[i])
}
//fmt.Println("=================================================================================")
fmt.Println()
fmt.Println()
//fmt.Println("============================================================")
//time.Sleep(time.Second / 4) // 60 fps !
time.Sleep(500 * time.Millisecond) // 1 fps !
//fmt.Print("\033[H\033[2J") // effacement du terminal
......
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