Skip to content

Commit

Permalink
Merge 7927e32 into f4b7e17
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeniau committed Sep 25, 2018
2 parents f4b7e17 + 7927e32 commit 174de85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trrun.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2841,8 +2841,8 @@ subroutine trcoll(apertype, aperture, offset, al_errors, maxaper, &
!*** case of racetrack: test outer rectangle (ap1,ap2) first
! then test ellipse for corner part.
lost = x .gt. ap1 .or. y .gt. ap2 .or. &
( x .gt. ap1-ap3 .and. y .gt. ap2-ap3 .and. &
((x-(ap1-ap3)) / ap3)**2 + ((y-(ap2-ap3)) / ap4)**2 .gt. one )
( x .gt. ap1-ap3 .and. y .gt. ap2-ap4 .and. &
((x-(ap1-ap3)) / ap3)**2 + ((y-(ap2-ap4)) / ap4)**2 .gt. one )

case ("octagon")
! 2015-Feb-20 18:42:26 ghislain: added octagon shape
Expand Down

0 comments on commit 174de85

Please sign in to comment.