Skip to content

Commit

Permalink
Merge pull request #66 from lmejn/feature/new-surfaces
Browse files Browse the repository at this point in the history
Linear Surface and Surface Improvements
  • Loading branch information
lmejn authored Jun 21, 2023
2 parents d923e9b + 0348047 commit f3532b6
Show file tree
Hide file tree
Showing 12 changed files with 452 additions and 41,713 deletions.
4 changes: 2 additions & 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.11.1"
version = "0.12.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -39,7 +39,7 @@ Glob = "1"
Interpolations = "0.14"
JSON = "0.21"
MeshIO = "0.4"
Meshes = "0.28"
Meshes = "0.28, 0.31"
NRRD = "0.6"
Optim = "1"
Polyester = "0.7"
Expand Down
5 changes: 4 additions & 1 deletion src/DoseCalculations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using Meshes
import JSON

# Imports
import Base.IndexStyle, Base.show
import Base.IndexStyle, Base.show, Base.intersect

include("utils/interpolation.jl")
include("utils/misc.jl")
Expand Down Expand Up @@ -68,4 +68,7 @@ export load, save, write_vtk, write_nrrd
export BixelGrid
export MockKernel

# Structures
export closest_intersection

end # module
Loading

0 comments on commit f3532b6

Please # to comment.