Viewing contents of file '../idllib/jhuapls1r/usr2/zoom_dum.pro'
;-------  zoom_dum.pro = Dummy zoom that just calls IDL zoom  -------
;	R. Sterner, 18 May, 1993
 
	pro zoom_dum, file
 
	printat,1,1,/clear
	printat,1,5,' '
 
	zoom
 
	return
	end