Version 2.0 of VLM
Created by: msanchezmartinez
Context
The present pull request updates the code to Python 3. It also fixes several bugs, mostly related to bad memory being read from or written to.
Major changes
- Update to Python 3
Minor changes
- New test for a full aircraft configuration
- MSYS procedure on Windows added to README
- Bug-fixing: memory bugs in airfoil reads
- Removal of some unused variables on the C code
- General bugfixing
Tests
Tests passing on:
- Windows 10 + MINGW64 (Python 3.8)
I will check other OSs soon, I do not expect any issues.