summaryrefslogtreecommitdiff
path: root/boxes.hh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-05 17:55:42 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-05 17:55:42 +0100
commit748e6176ab755ccf841f408d13d5818260a05d32 (patch)
treeaed0afeddb2233cf6bf67d9f82ffde051c57f715 /boxes.hh
parent74e0f769a23454f038d20270463c734a9c22f5f9 (diff)
release: 0.0.5
Diffstat (limited to 'boxes.hh')
-rw-r--r--boxes.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.hh b/boxes.hh
index c9ff3e62ef..5d0be85452 100644
--- a/boxes.hh
+++ b/boxes.hh
@@ -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() {