diff options
Diffstat (limited to 'ui.c')
| -rw-r--r-- | ui.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -194,6 +194,11 @@ set_comp_efficiency(UI *ui, int idx) { } void +set_intercooler_efficiency(UI *ui, int idx) { + ui->points[idx].intercooler_efficiency = percent(ui->intercooler_efficiency[idx].value); +} + +void set_volume_flow_rate(UI *ui, int idx) { int unit_idx; VolumeFlowRateReader convert; |