blob: b6f75963026f54a876afd2afeb74ea508b538df9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <gset.h>
include "gks.h"
# GSLWSC -- Set linewidth scale. Currently implemented as a no-op.
procedure gslwsc (width)
real width # Linewidth scale width.
include "gks.com"
begin
;
end
|