mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removed prev pointer from Particle.
This commit is contained in:
parent
3aa700a9e1
commit
778920944b
1 changed files with 1 additions and 2 deletions
|
|
@ -23,9 +23,8 @@ module particle_header
|
|||
real(8) :: xyz(3)
|
||||
real(8) :: uvw(3)
|
||||
|
||||
! Pointers to next (lower) and previous (higher) universe
|
||||
! Pointer to next (more local) set of coordinates
|
||||
type(LocalCoord), pointer :: next => null()
|
||||
type(LocalCoord), pointer :: prev => null()
|
||||
end type LocalCoord
|
||||
|
||||
!===============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue