mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removed uneccesary hex_lattice assignments
This commit is contained in:
parent
34f89ae724
commit
e8eb0f3d17
1 changed files with 0 additions and 2 deletions
|
|
@ -1373,8 +1373,6 @@ contains
|
|||
|
||||
type is (HexLattice) LAT_TYPE
|
||||
! Copy local coordinates.
|
||||
x = coord % xyz(1)
|
||||
y = coord % xyz(2)
|
||||
z = coord % xyz(3)
|
||||
i_xyz(1) = coord % lattice_x
|
||||
i_xyz(2) = coord % lattice_y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue