MsPASS C++ API
2.4.1.dev4+g92330b7a
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
cxx
include
mspass
algorithms
deconvolution
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
6
namespace
mspass::algorithms::deconvolution {
17
using
GeneralIterDecon [[deprecated(
"Use TimeDomainGIDDecon instead"
)]] =
18
TimeDomainGIDDecon;
19
}
// namespace mspass::algorithms::deconvolution
20
21
#endif
Generated by
1.9.8