Changeset 9239 for trunk/MagicSoft/Mars/msimreflector
- Timestamp:
- 01/22/09 19:07:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MSimReflector.cc
r9236 r9239 373 373 // This is to avoid time consuming calculation if there is no 374 374 // chance of a coincidence. 375 // FIXME: Inmprove search algorithm (2D Binary search?) 375 376 if (!mirror.CanHit(p)) 376 377 continue; … … 539 540 // Doesn't seem to be too time consuming. But we could also sort later! 540 541 // (after cones, inside the camera) 541 fEvt->Sort(); 542 543 // FIXME FIXME FIXME: Set maxindex, first and last time. 542 fEvt->Sort(kTRUE); 544 543 545 544 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.