;+
; Describes the data_n2 class
;
; :Author:
; Baptiste Cecconi
;
; :History:
; 2005/01/13: Created
;
; 2005/01/13: Last Edit
;-
;
;+
; data_n2__define is a procedure that <behavior desc here>
;-
PRO DATA_N2__DEFINE
tmp = {data_n2, ydh:0l, num:0l, t97:0.d0, f:0., dt:0., df:0., $
autoX:0., autoZ:0., crossR:-999., crossI:-999., ant:0b}
end