mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Describe xyz_cross variable
This commit is contained in:
parent
061021cd4b
commit
8c8ca44e86
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ contains
|
|||
real(8) :: d_lat ! distance to lattice boundary
|
||||
real(8) :: d_surf ! distance to surface
|
||||
real(8) :: x0,y0,z0 ! coefficients for surface
|
||||
real(8) :: xyz_cross(3)
|
||||
real(8) :: xyz_cross(3) ! coordinates at projected surface crossing
|
||||
logical :: coincident ! is particle on surface?
|
||||
type(Cell), pointer :: c
|
||||
class(Surface), pointer :: surf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue