Skip to content

Commit

Permalink
Merge pull request #108 from PyLops/fix-mdc
Browse files Browse the repository at this point in the history
Added args_FFT1 to MPIMDC
  • Loading branch information
mrava87 authored Oct 4, 2024
2 parents d8e419e + d9f8dac commit 6d3b1e8
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 6d3b1e8

Please sign in to comment.