1
0
Fork 0

Fix unused variable in LaRCsim

This commit is contained in:
James Turner 2016-01-12 12:49:14 -06:00
parent a972df05dc
commit dc17b5dda2

View file

@ -40,7 +40,6 @@ private:
LaRCsimIC* lsic;
void set_ls(void);
void snap_shot(void);
double time_step;
SGPropertyNode_ptr speed_up;
SGPropertyNode_ptr aero;
SGPropertyNode_ptr uiuc_type;