Fixed error in Box1/Box2

[SVN r73060]
This commit is contained in:
Barend Gehrels
2011-07-13 18:59:02 +00:00
parent b896888ec3
commit 9373b40ef3

View File

@@ -236,7 +236,7 @@ struct box_in_box
within_state state;
box_in_box_helper
<
Box1, Box1, Strategy,
Box1, Box2, Strategy,
0, dimension<Box1>::type::value
>::apply(box1, box2, strategy, state);
return state.code();