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