Rearranged includes a touch.
This commit is contained in:
parent
b45ca4c1d0
commit
aa9fece628
1 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
#include "FDM/LaRCsimIC.hxx"
|
#include "FDM/LaRCsimIC.hxx"
|
||||||
#include <FDM/LaRCsim/ls_cockpit.h>
|
#include <FDM/LaRCsim/ls_cockpit.h>
|
||||||
#include <FDM/LaRCsim/ls_generic.h>
|
#include <FDM/LaRCsim/ls_generic.h>
|
||||||
|
@ -32,8 +35,6 @@
|
||||||
#include <FDM/LaRCsim/atmos_62.h>
|
#include <FDM/LaRCsim/atmos_62.h>
|
||||||
#include <FDM/LaRCsim/ls_constants.h>
|
#include <FDM/LaRCsim/ls_constants.h>
|
||||||
#include <FDM/LaRCsim/ls_geodesy.h>
|
#include <FDM/LaRCsim/ls_geodesy.h>
|
||||||
#include <math.h>
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
LaRCsimIC::LaRCsimIC(void) {
|
LaRCsimIC::LaRCsimIC(void) {
|
||||||
vt=vtg=vw=vc=ve=0;
|
vt=vtg=vw=vc=ve=0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue