Skip to content

Commit

Permalink
fixed minor bug sirocco-rt#513 - reporting duff photons
Browse files Browse the repository at this point in the history
  • Loading branch information
Higginbottom committed May 8, 2019
1 parent 9ebbcc7 commit d0231ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/photon_gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ photon_checks (p, freqmin, freqmax, comment)
Debug ("photon_checks: All photons passed checks successfully\n");
else
{
Log ("photon_checks: %d of %d or %e per cent of photons failed checks\n", nn, NPHOT, nn * 100. / NPHOT);
Log ("photon_checks: %d of %d or %e per cent of photons failed checks\n", nnn, NPHOT, nnn * 100. / NPHOT);
}

//OLD if (nnn > max_errors)
Expand Down

0 comments on commit d0231ad

Please sign in to comment.