diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 18:39:12 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 18:39:12 -0500 |
| commit | 29a720e61568d6a9b215e804bb4ef999d9f7a7a5 (patch) | |
| tree | 6b90be9fb381df58b94600bdad849a412d0298ae /ui.h | |
| parent | 6a55e6155f4c6eae2bb3b687649875d9b1f529b7 (diff) | |
| download | volute-29a720e61568d6a9b215e804bb4ef999d9f7a7a5.zip | |
compute(): recompute outputs
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ void set_comp_efficiency(UI *ui, int idx); void set_intercooler_efficiency(UI *ui, int idx); void set_intercooler_deltap(UI *ui, int idx); void set_intercooler_deltap_unit(UI *ui); -void set_volume_flow_rate(UI *ui, int idx); -void set_all_volume_flow_rate(UI *ui); +void compute(UI *ui, int idx); +void compute_all(UI *ui); void insert_point(UI *ui, int idx); void remove_point(UI *ui, int idx); |