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