| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(molecule), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | n | |||
| logical, | intent(in) | :: | l |
subroutine allocate(self, n, l) class(molecule), intent(inout) :: self integer, intent(in) :: n logical, intent(in) :: l end subroutine allocate