Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Aug 19, 2014
1 parent 1c20dc5 commit 4e6a3e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DGtal/geometry/tools/RayIntersectionPredicates.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ namespace DGtal
const Vector &dest)
: myOrigin(origin), myDest(dest)
{
ASSERT_MSG( dest.norm1() != NumberTraits<UnsignedComponent>::ZERO, "Direction must be non-null vector");
ASSERT_MSG( dest.norm1() != NumberTraits<typename Point::UnsignedComponent>::ZERO,
"Direction must be non-null vector");
}

/**
Expand Down

0 comments on commit 4e6a3e5

Please sign in to comment.