Viewing contents of file '../idllib/astron/contrib/varosi/vlib/allpro/adjct.pro'
pro adjct
;+
; NAME:
;	adjct
; PURPOSE:
;	My interface to replace standard adjct with adjctmap (my version)
; CALLING:
;	adjct
; HISTORY:
;	Written, Frank Varosi NASA/GSFC 1993.
;-
	adjctmap, XPOS=150, YPOS=200
return
end