aboutsummaryrefslogtreecommitdiff
path: root/sys/vops/ak/aclrx.x
blob: a27e555fff396825ba0109c65478b15bf02889a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# ACLR -- Zero a vector (generic).

procedure aclrx (a, npix)

complex	a[ARB]
int	npix, i

begin
	do i = 1, npix
	    a[i] = (0.0,0.0)
end