Commit ec56d76
authored
Fix warnings (#214)
- [x] Fix all JETLS warnings.
- [x] Fix: In the omega != 0 path, va_distribution is filled using indices 1:wing.n_panels for each wing, which overwrites the same leading rows and leaves the remaining panels (and any additional wings) unset. This will produce incorrect per-panel inflow for multi-wing bodies and even for the second wing in the vector.
- [x] Fix: set_va! with omega on multi-wing body
- [x] Remove unused argument `reference_point` from `solve_base!`
- [x] Modify `test/test_setup.sh` to instantiate the environment
- [x] Use a workspace with the sub-projects examples, docs and test1 parent f9addf1 commit ec56d76
35 files changed
Lines changed: 842 additions & 737 deletions
File tree
- .github/workflows
- bin
- docs
- examples
- ext
- src
- test
- body_aerodynamics
- plotting
- solver
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
0 commit comments