1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00

Fix label

This commit is contained in:
Mo8it 2022-03-07 21:06:58 +01:00
parent 318d9f7c64
commit 9c3d2fd562
3 changed files with 9 additions and 5 deletions

3
.gitignore vendored
View file

@ -8,4 +8,5 @@ exports
*.mem *.mem
# VSCodium # VSCodium
.vscode .vscode
LocalPreferences.toml

View file

@ -1,8 +1,11 @@
authors = ["MoBit <mo8it@protonmail.com>"]
name = "ReCo" name = "ReCo"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54" uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
authors = ["MoBit <mo8it@protonmail.com>"]
version = "0.4.0" version = "0.4.0"
[compat]
julia = ">=1.7"
[deps] [deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@ -30,5 +33,5 @@ ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat] [extras]
julia = ">=1.7" CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"

View file

@ -122,7 +122,7 @@ function gen_COM_graphics()
setcolor("brown") setcolor("brown")
circle(COMp, particle_radius, :fill) circle(COMp, particle_radius, :fill)
text("S", 0.029 * R * COMp) text("COM", 0.029 * R * COMp)
finish() finish()