Source module last modified on Mon, 24 Apr 2006, 17:32;
HTML image of Fortran source automatically generated by
for2html on Mon, 29 May 2006, 15:06.
# conversion matrices between rec. lattice and AB coordinates
# CELLVOL is the volume of unit cell
real*8 cell(6),veca(3),vecb(3)
real*8 smat(4,4),sinv(4,4),cosb(3),mrab(4,4),mabr(4,4),cellvol
common /RECLATTICE/ cell,veca,vecb,smat,sinv,cosb,mrab,mabr,
& cellvol