aboutsummaryrefslogtreecommitdiff
path: root/sys/vops/ak/aclrs.x
blob: a42a6b00cfec13b8f9d1ca1e5edab59bf066bdaf (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 aclrs (a, npix)

short	a[ARB]
int	npix, i

begin
	do i = 1, npix
	    a[i] = 0
end