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

long	a[ARB]
int	npix, i

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