aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gks/gqasf.x
blob: 828ddef01a7d5be44db856c580b9c7e60a4fbba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	"gks.h"

# GQASF -- Inquire aspect source flags. 

procedure gqasf (ierror, lasf)

int	lasf[13]		# Array of source aspect flags
int	ierror			# Error indicator, where ierror = 0 for no error
int	i
include	"gks.com"

begin
	ierror = 0
	do i = 1, NASF
	    lasf[i] = gk_asf[i]
end