dlat_to_cell Subroutine

public subroutine dlat_to_cell(lattice, cellpar)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: lattice(3,3)
real(kind=wp), intent(out), optional :: cellpar(6)

Source Code

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