;+
; NAME:
;	SMEI_SEQUENCE::SET_FILE
;
;
; PURPOSE:
;	Sets the filename for saving a SMEI sequence
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	seqref -> set_file, file
;
;
; INPUTS:
;	file	string	The filename to use.
;
;
; MODIFICATION HISTORY:
;	Original: 17/12/02; SJT
;-

pro smei_sequence::set_file, file

self.file = file

end
