13 lines
220 B
C
Executable file
13 lines
220 B
C
Executable file
#ifndef TPX_SUBS_H
|
|
#define TPX_SUBS_H
|
|
|
|
// #include "HFC134a.h"
|
|
#include "Hydrogen.h"
|
|
#include "Methane.h"
|
|
#include "Nitrogen.h"
|
|
#include "Oxygen.h"
|
|
#include "Water.h"
|
|
#include "RedlichKwong.h"
|
|
// #include "lk.h"
|
|
|
|
#endif
|