Fix some indices for wing_design plot
Description
Indices or subscripts were previously not embraced by {...} which lead to wrong visualization of the strings. This is now fixed, when using the std::string stringForTex(std::string) function from standardFiles
Related Issue(s)
- Library change was made this MR
Other Changes
- /
Screenshots/Logs
- Before
- After
Testing Instructions
- Build & Execute
- See corrected indices
Developer Checklist
-
Code has been tested locally and/or in pipeline. -
(if applicable) documentation updated. -
(if applicable) impact of new dependencies reviewed and included in project. -
Merge conflicts resolved with the target branch.
Additional Notes
Add any information reviewers should focus on, e.g., specific files, functions, or changes of interest.

