[installation] Change to nightly
This commit is contained in:
@ -30,13 +30,13 @@ namespace Processing {
|
||||
|
||||
|
||||
class SC_SYSTEM_CLIENT_API MagnitudeProcessor_mb : public MagnitudeProcessor {
|
||||
DECLARE_SC_CLASS(MagnitudeProcessor_mb)
|
||||
|
||||
bool setup(const Settings &settings) override;
|
||||
|
||||
public:
|
||||
MagnitudeProcessor_mb();
|
||||
|
||||
public:
|
||||
void setDefaults() override;
|
||||
bool setup(const Settings &settings) override;
|
||||
|
||||
protected:
|
||||
Status computeMagnitude(double amplitude, const std::string &unit,
|
||||
double period, double snr,
|
||||
@ -46,10 +46,6 @@ class SC_SYSTEM_CLIENT_API MagnitudeProcessor_mb : public MagnitudeProcessor {
|
||||
const DataModel::Amplitude *,
|
||||
const Locale *,
|
||||
double &value) override;
|
||||
|
||||
private:
|
||||
double minDistanceDeg;
|
||||
double maxDistanceDeg;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user