Skip to content

Commit dd32e2e

Browse files
committed
Fix whitespace
1 parent 26dd4e0 commit dd32e2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/tips_and_tricks.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ It should have two columns, one for the `x` and one for the `y` coordinate of th
1414
If running the example `ram_air_kite.jl` fails, try to run the `cleanup.jl` script and then try again. Background: this example caches the calculated polars. Reading cached polars can fail after an update.
1515

1616
### Output formats
17-
Currently, the `solve!()` function returns the results as [VSMSolution](@ref) struct. The function solve() returns a
18-
dictionary with the results. The `solve!()` function is faster, and the `solve()` contains many more entries, therefore
19-
the first function is good for integration in dynamic models and the second one better suited for aerodynamic analysis.
17+
Currently, the `solve!()` function returns the results as [VSMSolution](@ref) struct. The function solve() returns a dictionary with the results. The `solve!()` function is faster, and the `solve()` contains many more entries, therefore the first function is good for integration in dynamic models and the second one better suited for aerodynamic analysis.
2018

2119
### Performance
2220
Calling `init!(body_aero; init_aero=false)` is very fast. After calling `deform!(wing)`, you have to run `init!(body_aero; init_aero=false)` to apply the deformed wing to the body aerodynamics. This is in turn necessary for the linearization from deformation to aerodynamic coefficients for RAM-air kites.

0 commit comments

Comments
 (0)