• Main Page
  • Classes
  • Files
  • File List

Sxl.h

00001 /* 
00002  * Sxl class header file
00003  * Data from JANAF (Chase et al. 1985)
00004  * Victor Kress
00005  * $Id: Sxl.h,v 1.2 2004/07/07 01:13:54 kress Exp $
00006  */
00007 #ifndef SXL_H
00008 #define SXL_H
00009 
00010 #include "ShomatePhase.h"
00011 
00018 class Sxl: public ShomatePhase {
00019  public:
00021   Sxl();
00023   virtual ~Sxl();
00025   void setTk(double ltk);
00026 };
00027 
00028 #endif
00029 
00030 
00031 

Generated on Fri Aug 6 2010 13:30:29 for phases by  doxygen 1.7.1