mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[Interval] Coding style on compute
This commit is contained in:
committed by
EmilieNumworks
parent
f250311856
commit
43bceac2c9
@@ -53,10 +53,6 @@ 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