Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhontecillas committed Jul 16, 2014
1 parent 48b45ca commit f8c3a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kazmathxx/quad.h
Expand Up @@ -140,7 +140,6 @@ namespace km


inline bool overlaps( const quad &other ) const{
// \TODO implement the overlap
if( contains( other.pos ) ||
contains( other.pos + other.u ) ||
contains( other.pos + other.v ) ||
Expand Down

0 comments on commit f8c3a39

Please sign in to comment.