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 0b12173 commit 1c20dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DGtal/geometry/tools/RayIntersectionPredicates.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ namespace DGtal

Point baseQuadCenter = aSurfel.myCoordinates;

bool xodd = ( NumberTraits<Component>::castToInt64_t(aSurfel.myCoordinates[ 0 ]) & 1 );
bool yodd = ( NumberTraits<Component>::castToInt64_t(aSurfel.myCoordinates[ 1 ]) & 1 );
bool zodd = ( NumberTraits<Component>::castToInt64_t(aSurfel.myCoordinates[ 2 ]) & 1 );

Expand Down

0 comments on commit 1c20dc5

Please sign in to comment.