1FINDG(lNCARG) NCAR Graphics FINDG(lNCARG)
2
3
4
6 findg - locates calls to all entries in pre-GKS NCAR Graphics
7
9 findg <fortran-file
10
12 findg reads an input FORTRAN file, fortran-file, from the standard
13 input and prints out those lines (along with line numbers) which con‐
14 tain calls to old plotting entries from the pre-GKS NCAR plot package.
15 In conversions to GKS, the user should examine these calls for possible
16 changes. Many entries will require no change. For details on needed
17 changes, see the "Conversion Guide" section of the Version 2.00 User's
18 Guide.
19
20 If the single character $ is read in column 1 of any input line, then a
21 complete list of the entry points being searched for is printed, and
22 execution is terminated.
23
25 Copyright (C) 1987-2002
26 University Corporation for Atmospheric Research
27 The use of this Software is governed by a License Agreement.
28
29
30
31NCAR NOVEMBER 1989 FINDG(lNCARG)