Skip to content

Commit

Permalink
Added args_FFT1 to MPIMDC
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 4, 2024
1 parent d8e419e commit d9f8dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylops_mpi/waveeqprocessing/MDC.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ def MPIMDC(G, nt, nv, nfreq, dt=1., dr=1., twosided=True,
saveGt=saveGt, conj=conj, prescaled=prescaled,
base_comm=base_comm,
_Fredholm1=MPIFredholm1,
args_FFT={'engine': fftengine},
args_FFT={"engine": fftengine},
args_FFT1={"engine": fftengine},
args_Fredholm1={'usematmul': usematmul})

0 comments on commit d9f8dac

Please sign in to comment.