• Main Page
  • Classes
  • Files
  • File List

NiMet.h

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 

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