Skip to content

Commit

Permalink
Fixed typo in simc.f
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKJones committed Mar 28, 2020
1 parent 02520bd commit cace4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simc.f
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ subroutine montecarlo(orig,main,recon,success)
endif
main%SP%e%yptar = orig%e%yptar + dangles(1) + dang_in(1)
main%SP%e%xptar = orig%e%xptar + dangles(2) + dang_in(2)*spec%p%cos_th
main%SP%e%xptar = orig%e%xptar + dangles(2) + dang_in(2)*spec%e%cos_th
! CASE 1: Using the spectrometer Monte Carlo
Expand Down

0 comments on commit cace4ac

Please sign in to comment.