PRO Put_Shift, yShift

;+
; NAME:
;	Put_Shift
; PURPOSE:
;	Store the value of the shift between plots
; CATEGORY
;	Data Management
; CALLING SEQUENCE:
;	Put_Shift, value
; INPUT:
; 	value: the shift between plots
; COMMON BLOCK:
;	SelectionRetrieval, where the value is stored
;-
; MODIFICATION HISTORY:
;	Created in May 1991 by A.Csillaghy

COMMON SelectionRetrieval, dum, shift

shift = yShift

END