changed 1 wrong comment RayIterator---- Refresh .. was the opposite

This commit is contained in:
Nico Pietroni 2006-12-06 12:53:14 +00:00
parent 8e4a9f2011
commit f2706529cf
1 changed files with 4 additions and 1 deletions
vcg/space/index

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.22 2006/10/26 08:28:50 pietroni
corrected 1 bug in operator ++ of closest iterator
Revision 1.21 2006/10/25 15:59:29 pietroni Revision 1.21 2006/10/25 15:59:29 pietroni
corrected bug in closest iterator.. if doesn't find any alement at first cells examinated continue until find some element corrected bug in closest iterator.. if doesn't find any alement at first cells examinated continue until find some element
@ -209,7 +212,7 @@ namespace vcg{
{return end;} {return end;}
///refresh current cell intersection , return true if there are ///refresh current cell intersection , return false if there are
///at lest 1 intersection ///at lest 1 intersection
bool Refresh() bool Refresh()
{ {