From c28a7cca8d4f6d3a6e9a7252556542403cc4ed99 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Wed, 3 Apr 2024 12:40:19 -0300 Subject: [PATCH] Update KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl --- KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl b/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl index e4e8870d0..8feba3b21 100644 --- a/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl +++ b/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl @@ -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