summaryrefslogtreecommitdiff
path: root/boxes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'boxes.cc')
-rw-r--r--boxes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.cc b/boxes.cc
index e55af6c6f5..74475b4530 100644
--- a/boxes.cc
+++ b/boxes.cc
@@ -19,6 +19,7 @@ Box::Box(svec<Real> s)
Box::Box()
{
}
+
Box::Box(Interval ix, Interval iy)
{
x=ix;