From 7aaa0772df5cd619a5ce9e29ed10e7174beb9db5 Mon Sep 17 00:00:00 2001 From: onox Date: Fri, 29 May 2015 00:32:57 +0200 Subject: [PATCH] submodel: Fix -Wreorder warnings Signed-off-by: onox --- src/AIModel/AIBallistic.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIModel/AIBallistic.hxx b/src/AIModel/AIBallistic.hxx index eb7938b20..7abe4f2cd 100644 --- a/src/AIModel/AIBallistic.hxx +++ b/src/AIModel/AIBallistic.hxx @@ -175,10 +175,10 @@ private: double _el_random_error; // maximum elevation error in degrees bool _aero_stabilised; // if true, object will align with trajectory double _drag_area; // equivalent drag area in ft2 - double _buoyancy; // fps^2 double _cd; // current drag coefficient double _init_cd; // initial drag coefficient double _cd_randomness; // randomness of Cd. 1.0 means +- 100%, 0.0 means no randomness + double _buoyancy; // fps^2 double _life_timer; // seconds bool _wind; // if true, local wind will be applied to object double _mass; // slugs -- 2.39.5