10 #include "Zmagfield.h" 21 temp(:) = a%r(:) - base%r(:)
22 b%r(:) = matmul(txyz2prim(:,:), temp)
42 #include "Zmagfield.h" 48 temp(:) = matmul(txyz2prim(:,:), a%r(:))
69 #include "Zmagfield.h" 80 temp(:) = matmul(tprim2xyz(:,:), a%r(:))
81 b%r(:) = temp(:) + base%r(:)
91 #include "Zmagfield.h" 97 temp(:) = matmul(tprim2xyz(:,:), a%r(:))
subroutine cprim2xyzd(a, b)
subroutine cprim2xyz(base, a, b)
subroutine cxyz2prim(base, a, b)
subroutine cxyz2primd(a, b)