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