Skip to content

Commit

Permalink
Removing a println
Browse files Browse the repository at this point in the history
  • Loading branch information
gsahonero committed Dec 11, 2024
1 parent 1079053 commit b843b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRIBase/src/datatypes/Phantom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function brain_phantom2D(; axis="axial", ss=4, us=1, tissue_properties = Dict())

# Get tissue properties
ρ, T1, T2, T2s, Δw = default_brain_tissue_properties(labels, tissue_properties)
println("size of ", size(T1))

# Define and return the Phantom struct
obj = Phantom{Float64}(;
name="brain2D_" * axis,
Expand Down

0 comments on commit b843b60

Please sign in to comment.