Skip to content

Commit

Permalink
Merge pull request #14 from lmejn/remove-plots
Browse files Browse the repository at this point in the history
Moved beam-limiting devices plots to new repository
  • Loading branch information
lmejn authored Feb 28, 2023
2 parents 61875d4 + 951e20f commit 073e90b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 252 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DoseCalculations"
uuid = "b0d14063-c48a-4081-83d5-5a5ab48cb495"
authors = ["lmejn <33491793+lmejn@users.noreply.github.com>"]
version = "0.7.2"
version = "0.7.3"

[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand All @@ -17,7 +17,6 @@ MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
NRRD = "9bb6cfbd-7763-5393-b1b5-1c8e09872146"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Expand Down
246 changes: 0 additions & 246 deletions src/BeamLimitingDevicePlots.jl

This file was deleted.

4 changes: 0 additions & 4 deletions src/DoseCalculations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ module DoseCalculations
using SparseArrays
using StaticArrays

# Plotting
using Plots

# Coordinates
using CoordinateTransformations
using Rotations
Expand Down Expand Up @@ -56,7 +53,6 @@ include("DoseCalculationAlgorithms/DoseCalculationAlgorithms.jl")
include("DoseFluenceMatrix.jl")

include("Structures.jl")
include("BeamLimitingDevicePlots.jl")

include("DoseReconstructions.jl")

Expand Down

0 comments on commit 073e90b

Please # to comment.