Home
last modified time | relevance | path

Searched refs:sidlist (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/common/
H A Dgenbc.f546 type (llnod), pointer :: sidlist ! points to first elt of linked list local
556 allocate (sidlist) ! allocate the first element of the sid
560 nullify(sidlist % next) ! next does not exist yet
568 sidlist % value = iBCB2 ! record its value
569 nullify(sidlist % next) ! next does not exist yet
572 sidelt => sidlist ! starting with the first sid
595 sidelt => sidlist ! starting with the first sid
605 sidelt => sidlist