Skip to content

Commit

Permalink
Merge pull request #514 from Higginbottom/upstream_dev
Browse files Browse the repository at this point in the history
fixed minor bug #513 - reporting duff photons
  • Loading branch information
Higginbottom authored May 8, 2019
2 parents 9ebbcc7 + d0231ad commit 713de8d
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 713de8d

Please sign in to comment.