Skip to content
Snippets Groups Projects

Fix crosstalk in FT

Merged Louis Henry requested to merge lohenry-fixCrossTalk into master

@bleverin @zexu @kreps

It seems to me that the loops that create XT photons are bugged in the current Boole implementation. Indeed, loops like

      for ( int tempiXTPhotons = 0; iXTPhotons < MAX_PHOTONS; iXTPhotons++ ) {

do not increment tempiXTPhotons and so sometimes never converge (and in any case never actually give the proper number of photons).

This should fix it.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading