Added target speed direction switch / Improved the solution result output

This commit is contained in:
ulteq
2015-04-21 15:46:53 +02:00
parent 4833193860
commit c27f3fb131
11 changed files with 129 additions and 10 deletions

View File

@ -59,6 +59,7 @@ GVAR(windSpeed2) = [0, 0, 0, 0];
GVAR(windDirection) = [12, 12, 12, 12];
GVAR(inclinationAngle) = [0, 0, 0, 0];
GVAR(targetSpeed) = [0, 0, 0, 0];
GVAR(targetSpeedDirection) = [1, 1, 1, 1];
GVAR(targetRange) = [0, 0, 0, 0];
GVAR(showWind2) = false;