| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(inout) | :: | ilut(0:IlutBits%len_bcast) |
function get_num_spawns(ilut) result(nSpawn) ! read the number of spawns to this det so far integer(n_int), intent(inout) :: ilut(0:IlutBits%len_bcast) integer :: nSpawn nSpawn = int(ilut(IlutBits%ind_spawn)) end function get_num_spawns