00001 /* 00002 * CGas class header file 00003 * Data from JANAF (Chase 1998) 00004 * Victor Kress 00005 */ 00006 #ifndef CGAS_H 00007 #define CGAS_H 00008 00009 #include "ShomateIdealGas.h" 00010 00019 class CGas: public ShomateIdealGas { 00020 public: 00022 CGas(); 00023 }; 00024 00025 #endif 00026 00027 00028