Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | lattice(3,3) | |||
real(kind=wp), | intent(out), | optional | :: | cellpar(6) |
subroutine dlat_to_cell(lattice, cellpar) real(wp), intent(in) :: lattice(3, 3) real(wp), intent(out), optional :: cellpar(6) end subroutine dlat_to_cell