Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -31,17 +31,14 @@ namespace Processing {
|
||||
|
||||
|
||||
class SC_SYSTEM_CLIENT_API MagnitudeProcessor_ML : public MagnitudeProcessor {
|
||||
DECLARE_SC_CLASS(MagnitudeProcessor_ML);
|
||||
|
||||
public:
|
||||
MagnitudeProcessor_ML();
|
||||
|
||||
|
||||
public:
|
||||
void setDefaults() override;
|
||||
bool setup(const Settings &settings) override;
|
||||
|
||||
std::string amplitudeType() const override;
|
||||
|
||||
|
||||
protected:
|
||||
bool initLocale(Locale *locale, const Settings &settings,
|
||||
@ -59,7 +56,6 @@ class SC_SYSTEM_CLIENT_API MagnitudeProcessor_ML : public MagnitudeProcessor {
|
||||
|
||||
private:
|
||||
LogA0 _logA0;
|
||||
double _maxDistanceKm;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user