allocate Subroutine

private subroutine allocate(self, n, l)

Type Bound

molecule

Arguments

Type IntentOptional Attributes Name
class(molecule), intent(inout) :: self
integer, intent(in) :: n
logical, intent(in) :: l

Source Code

subroutine allocate(self, n, l)
   class(molecule), intent(inout) :: self
   integer, intent(in) :: n
   logical, intent(in) :: l
end subroutine allocate