aboutsummaryrefslogtreecommitdiff
path: root/sys/vops/ak/aclrr.x
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vops/ak/aclrr.x')
-rw-r--r--sys/vops/ak/aclrr.x13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/vops/ak/aclrr.x b/sys/vops/ak/aclrr.x
new file mode 100644
index 00000000..9102ce7c
--- /dev/null
+++ b/sys/vops/ak/aclrr.x
@@ -0,0 +1,13 @@
+# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
+
+# ACLR -- Zero a vector (generic).
+
+procedure aclrr (a, npix)
+
+real a[ARB]
+int npix, i
+
+begin
+ do i = 1, npix
+ a[i] = 0.0
+end