mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
fixed typo in mesh.F90 comment
This commit is contained in:
parent
699a665592
commit
39c2997560
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ contains
|
|||
! Set default value for intersects
|
||||
intersects = .false.
|
||||
|
||||
! Check if line intersects left surface - calculate the intersection point
|
||||
! Check if line intersects left surface -- calculate the intersection point
|
||||
! y
|
||||
if ((x0 < xm0 .and. x1 > xm0) .or. (x0 > xm0 .and. x1 < xm0)) then
|
||||
yi = y0 + (xm0 - x0) * (y1 - y0) / (x1 - x0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue