Skip to content

Commit 0a9a1af

Browse files
committed
typo fix
1 parent 3bfb565 commit 0a9a1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuBQL/math/affine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ namespace cuBQL {
183183

184184
template<typename T>
185185
box_t<T,3> xfmBox(const AffineSpaceT<LinearSpace3<vec_t<T,3>>> &xfm,
186-
const box_t<T,3> &box)
186+
const box_t<T,3> &in)
187187
{
188188
box_t<T,3> out;
189189
if (in.empty()) return out;

0 commit comments

Comments
 (0)