;+
; NAME:
;	REV_PATH
; PURPOSE:
;	Calls REORDER_PATH with OPTION='REV'
; CALLING SEQUENCE:  
;	Run on entry if required by invoking IDL by the command
;		IDL REV_PATH
; INPUTS:
;	none
; OUTPUTS:
;	none
; RESTRICTIONS:
;	Can only be run on entry. Gives a compile error if run from
;	within IDL since there is no END statement.
; PROCEDURE:
;	reverse the order in !path to REL, ATEST, USERCONTRIB
;	normally it is ATEST, REL
; MODIFICATION HISTORY:
;	RDB	19-MAR-92
;-

reorder_path,option='rev'

;end
