Skip to content
Snippets Groups Projects
Commit 3e3dd282 authored by giuliaghirardini's avatar giuliaghirardini
Browse files

[refactoring-ode][functions] Updated parout data storage for struct compatibility

parent 109c1591
Branches
No related tags found
1 merge request!3Refactoring ODE functions
......@@ -145,5 +145,6 @@ parout.air.P = P;
parout.accelerations.body_acc = [du, dv, dw];
parout.velocities = [u, v, w];
parout.accelerometer = [];
%end
......@@ -218,3 +218,8 @@ parout.wind.body_wind = windVels;
parout.accelerations.body_acc = bodyAcc;%[du, dv, dw];
parout.accelerometer.body_acc = F_AERO/mass;
parout.integration = [];
parout.interp = [];
parout.air = [];
parout.velocities = [u, v, w];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment