mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove call to list_size from add_grid_points.
This commit is contained in:
parent
efe3feeb54
commit
56de9654ad
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ contains
|
|||
|
||||
! if the original list is empty, we need to allocate the first element and
|
||||
! store first energy point
|
||||
if (list_size(list) == 0) then
|
||||
if (.not. associated(list)) then
|
||||
allocate(list)
|
||||
current => list
|
||||
do i = 1, n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue