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