Home
last modified time | relevance | path

Searched defs:coordsFromPipe (Results 1 – 1 of 1) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Diopipes.F9050 subroutine coordsFromPipe( na, xa, cell ) subroutine
53 integer, intent(in) :: na ! Number of atoms
54 real(dp), intent(out) :: xa(3,na) ! Atomic coordinates (bohr)
55 real(dp), intent(out) :: cell(3,3) ! Lattice vectors (bohr)
57 logical, save :: firstTime = .true.
58 integer :: n
59 character(len=80) :: fname, task