1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-09-04 09:12:35 +00:00

Fix typos

This commit is contained in:
Mo8it 2022-03-19 23:11:03 +01:00
parent 9c3d2fd562
commit a4950979fe
41 changed files with 45 additions and 45 deletions

View file

@ -127,4 +127,4 @@ function gen_COM_graphics()
finish()
return nothing
end
end

View file

@ -28,4 +28,4 @@ function gen_elliptical_distance_graphics()
save_fig("elliptical_distance.pdf", fig)
return nothing
end
end

View file

@ -57,4 +57,4 @@ function plot_potentials()
save_fig("potential.pdf", fig)
return nothing
end
end

View file

@ -84,4 +84,4 @@ function gen_rdf_graphics()
finish()
return nothing
end
end

View file

@ -26,4 +26,4 @@ function plot_reward_function()
save_fig("reward_shaping.pdf", fig)
return nothing
end
end

View file

@ -93,4 +93,4 @@ function gen_verlet_and_cell_lists_graphics()
finish()
return nothing
end
end