Skip to content

Commit

Permalink
Update KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Apr 3, 2024
1 parent 98cfa8a commit c28a7cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Base.@kwdef struct BlochVoxelDict <: SimulationMethod
N_spins_per_voxel::Int=1
end

output_Ndim(sim_method::BlochVoxelDict) = 2

function sim_output_dim(obj::Phantom{T}, seq::Sequence, sys::Scanner, sim_method::BlochVoxelDict) where {T<:Real}
N_voxels = length(obj) ÷ sim_method.N_spins_per_voxel
Expand Down

0 comments on commit c28a7cc

Please sign in to comment.