mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[apps] Operations in double when precision required
Change-Id: I7168a861a76178f0bf81841e9378f7399f67914a
This commit is contained in:
@@ -12,10 +12,10 @@ public:
|
||||
const char * title() override;
|
||||
void setFunction(Function * function);
|
||||
protected:
|
||||
bool setParameterAtIndex(int parameterIndex, float f) override;
|
||||
bool setParameterAtIndex(int parameterIndex, double f) override;
|
||||
Function * m_function;
|
||||
private:
|
||||
float parameterAtIndex(int index) override;
|
||||
double parameterAtIndex(int index) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user