00001 /* 00002 * CCl4Gas class header file 00003 * Data from JANAF (Chase et al. 1998) 00004 * Victor Kress 00005 */ 00006 #ifndef CCL4GAS_H 00007 #define CCL4GAS_H 00008 00009 #include "ShomateIdealGas.h" 00010 00018 class CCl4Gas: public ShomateIdealGas { 00019 public: 00021 CCl4Gas(); 00022 }; 00023 00024 #endif