diff options
Diffstat (limited to 'boxes.hh')
-rw-r--r-- | boxes.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ struct Interval { if (h.max>max) max = h.max; } - + Real length() const; void set_empty() ; bool empty() { return min > max; } Interval() { |