;+  
;NAME:
;
; thm_gui
;
;PURPOSE:
; Calls thm_gui_new 
; 
;NOTES:
;  Please see thm_gui_new.pro or the TDAS User's Guide for documentation.
;
;HISTORY:
;
;$LastChangedBy: pcruce $
;$LastChangedDate: 2009-08-17 15:32:58 -0700 (Mon, 17 Aug 2009) $
;$LastChangedRevision: 6597 $
;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/thm_ui_new/thm_gui.pro $
;-----------------------------------------------------------------------------------

PRO thm_gui,_extra=ex

  thm_gui_new,_extra=ex

END ;--------------------------------------------------------------------------------