Small opt.
This commit is contained in:
parent
c532f14569
commit
2bbfa50b0c
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.10 2005/02/19 10:45:05 ponchio
|
||||||
|
Patch generalized and small fixes.
|
||||||
|
|
||||||
Revision 1.9 2005/02/08 12:43:03 ponchio
|
Revision 1.9 2005/02/08 12:43:03 ponchio
|
||||||
Added copyright
|
Added copyright
|
||||||
|
|
||||||
|
@ -286,6 +289,7 @@ void nxs::BuildPartition(VPartition &part,
|
||||||
Report report(points.Size());
|
Report report(points.Size());
|
||||||
|
|
||||||
for(unsigned int v = 0; v < points.Size(); v++) {
|
for(unsigned int v = 0; v < points.Size(); v++) {
|
||||||
|
if(v & 0xffff == 0xffff)
|
||||||
report.Step(v);
|
report.Step(v);
|
||||||
|
|
||||||
unsigned int target = part.Locate(points[v]);
|
unsigned int target = part.Locate(points[v]);
|
||||||
|
|
Loading…
Reference in New Issue