Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/axunit.dc2
Дата изменения: Mon Nov 4 12:54:00 1996
Дата индексирования: Fri Jan 16 01:14:05 2009
Кодировка:

Function: AXUNIT

Purpose: Returns the units of the physical coordinates of an
axis in a set.

Category: PHYSICAL COORDINATES

File: cotrans.c

Author: K.G. Begeman

Declaration: INTEGER AXUNIT

Use: INTEGER AXUNIT( SET , Input character*(*)
AXNUM , Input integer
CUNIT ) Output character*(*)

AXUNIT Returns:
0 successful return of axis units.
1 a cotrans error occured.
2 axis not present in set.
3 output character string not large enough.
SET Name of GDS database.
AXNUM Axis number for which the units should be returned.
CUNIT The physical units of the axis (as returned by
cotrans).

Updates: Jan 3, 1990: KGB Original document.