mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Interval] Removed useless getter
See https://github.com/numworks/epsilon/pull/1538#discussion_r419252679
This commit is contained in:
committed by
EmilieNumworks
parent
43bceac2c9
commit
9e8229e767
@@ -18,7 +18,6 @@ public:
|
||||
void setEnd(double f);
|
||||
void setStep(double f);
|
||||
void setElement(int i, double f);
|
||||
bool needCompute() const { return m_needCompute; }
|
||||
void setNeedCompute(bool compute){ m_needCompute = compute;}
|
||||
void reset();
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user