Skip to content
Snippets Groups Projects
Commit 0dab6330 authored by James Goppert's avatar James Goppert
Browse files

Changed state order for trim.

parent b88f3644
No related branches found
No related tags found
No related merge requests found
...@@ -245,11 +245,11 @@ FGSimplexTrim::FGSimplexTrim(FGFDMExec * fdmPtr, TrimMode mode) ...@@ -245,11 +245,11 @@ FGSimplexTrim::FGSimplexTrim(FGFDMExec * fdmPtr, TrimMode mode)
ss.x.add(new FGStateSpace::Beta); ss.x.add(new FGStateSpace::Beta);
ss.x.add(new FGStateSpace::Phi); ss.x.add(new FGStateSpace::Phi);
ss.x.add(new FGStateSpace::P); ss.x.add(new FGStateSpace::P);
ss.x.add(new FGStateSpace::R);
ss.x.add(new FGStateSpace::Alt);
ss.x.add(new FGStateSpace::Psi); ss.x.add(new FGStateSpace::Psi);
ss.x.add(new FGStateSpace::Longitude); ss.x.add(new FGStateSpace::R);
ss.x.add(new FGStateSpace::Latitude); ss.x.add(new FGStateSpace::Latitude);
ss.x.add(new FGStateSpace::Longitude);
ss.x.add(new FGStateSpace::Alt);
ss.u.add(new FGStateSpace::ThrottleCmd); ss.u.add(new FGStateSpace::ThrottleCmd);
ss.u.add(new FGStateSpace::DaCmd); ss.u.add(new FGStateSpace::DaCmd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment