From 9c3d2fd5624cda18e578a0ac840e91853e1a1d3f Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 7 Mar 2022 21:06:58 +0100 Subject: [PATCH] Fix label --- .gitignore | 3 ++- Project.toml | 9 ++++++--- graphics/center_of_mass.jl | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4c165c4..674825a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ exports *.mem # VSCodium -.vscode \ No newline at end of file +.vscode +LocalPreferences.toml diff --git a/Project.toml b/Project.toml index f4f96bc..faac50a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,11 @@ +authors = ["MoBit "] name = "ReCo" uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54" -authors = ["MoBit "] version = "0.4.0" +[compat] +julia = ">=1.7" + [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -30,5 +33,5 @@ ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -[compat] -julia = ">=1.7" +[extras] +CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" diff --git a/graphics/center_of_mass.jl b/graphics/center_of_mass.jl index 3475cf0..0f1bda2 100644 --- a/graphics/center_of_mass.jl +++ b/graphics/center_of_mass.jl @@ -122,7 +122,7 @@ function gen_COM_graphics() setcolor("brown") circle(COMp, particle_radius, :fill) - text("S", 0.029 * R * COMp) + text("COM", 0.029 * R * COMp) finish()