mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Interval] Patch the need recomputing
This commit is contained in:
committed by
EmilieNumworks
parent
a52202fa90
commit
f250311856
@@ -53,6 +53,10 @@ void Interval::setElement(int i, double f) {
|
||||
}
|
||||
}
|
||||
|
||||
void Interval::setNeedRecompute(bool needrecompute) {
|
||||
m_needCompute = needrecompute;
|
||||
}
|
||||
|
||||
void Interval::reset() {
|
||||
m_start = 0.0;
|
||||
m_end = 10.0;
|
||||
|
||||
Reference in New Issue
Block a user