MsPASS C++ API  2.4.1.dev4+g92330b7a
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
GeneralIterDecon.h
1#ifndef __MSPASS_GENERAL_ITER_DECON_COMPAT_H__
2#define __MSPASS_GENERAL_ITER_DECON_COMPAT_H__
3
4#include "mspass/algorithms/deconvolution/TimeDomainGIDDecon.h"
5
6namespace mspass::algorithms::deconvolution {
17using GeneralIterDecon [[deprecated("Use TimeDomainGIDDecon instead")]] =
18 TimeDomainGIDDecon;
19} // namespace mspass::algorithms::deconvolution
20
21#endif