Skip to content

Commit

Permalink
Update prepareSystemMatrix function to include linear solver paramete…
Browse files Browse the repository at this point in the history
…r for single patch algo
  • Loading branch information
nHackel committed Jul 30, 2024
1 parent 1aea871 commit 5b813e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ recoAlgorithmTypes(::Type{SinglePatchReconstruction}) = SystemMatrixBasedAlgorit
AbstractImageReconstruction.parameter(algo::SinglePatchReconstructionAlgorithm) = algo.params

function prepareSystemMatrix(reco::SinglePatchReconstructionParameter{L,S}) where {L<:AbstractSystemMatrixLoadingParameter, S<:AbstractLinearSolver}
freqs, sf, grid = process(AbstractMPIRecoAlgorithm, reco.sfLoad, reco.sf, nothing, reco.arrayType)
freqs, sf, grid = process(AbstractMPIRecoAlgorithm, reco.sfLoad, reco.sf, S, reco.arrayType)
return freqs, sf, grid, reco.arrayType
end

Expand Down

0 comments on commit 5b813e9

Please sign in to comment.