Skip to content

Commit 5157014

Browse files
committed
[interv] minor update on empty box display
1 parent 34961bd commit 5157014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/domains/interval/codac2_IntervalVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace codac2
3434
inline std::ostream& operator<<(std::ostream& os, const IntervalVector& x)
3535
{
3636
if(x.is_empty())
37-
return os << "[ empty " << x.size() << "d vector ]";
37+
return os << "[ empty " << x.size() << "d box ]";
3838

3939
else
4040
{

0 commit comments

Comments
 (0)