aboutsummaryrefslogtreecommitdiff
path: root/sys/vops/ak/aclrs.x
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vops/ak/aclrs.x')
-rw-r--r--sys/vops/ak/aclrs.x13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/vops/ak/aclrs.x b/sys/vops/ak/aclrs.x
new file mode 100644
index 00000000..a42a6b00
--- /dev/null
+++ b/sys/vops/ak/aclrs.x
@@ -0,0 +1,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