Home
last modified time | relevance | path

Searched refs:lspatialok (Results 1 – 2 of 2) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Dsetspatial.f8 subroutine setspatial(na,xa,vecs,rcut,lspatialok) argument
60 logical, intent(out) :: lspatialok
146 lspatialok = .true.
147 if (rcut.lt.1.0d-10) lspatialok = .false.
151 if (.not.lspatialok) return
H A Dinitparallel.F64 logical :: lspatialok
240 call setspatial(na_u,xa,ucell,rcmax,lspatialok)
241 if (.not.lspatialok) then