diff options
Diffstat (limited to 'engine.h')
| -rw-r--r-- | engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ typedef struct { void init_engine(Engine *e); Pressure comp_outlet_pressure(const Engine *e); +Temperature comp_outlet_temperature(const Engine *e); double pressure_ratio(const Engine *e); VolumeFlowRate volume_flow_rate(const Engine *e); |