From 80467ed6d06ca0b4b39c7b05040e7d813fa6e8a3 Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 9 Jul 2007 17:15:11 +0000 Subject: [PATCH] Harald JOHNSEN: initialize elapsedTime --- src/Autopilot/xmlauto.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Autopilot/xmlauto.cxx b/src/Autopilot/xmlauto.cxx index babcc4550..392c7b1f4 100644 --- a/src/Autopilot/xmlauto.cxx +++ b/src/Autopilot/xmlauto.cxx @@ -55,7 +55,8 @@ FGPIDController::FGPIDController( SGPropertyNode *node ): edf_n_1( 0.0 ), edf_n_2( 0.0 ), u_n_1( 0.0 ), - desiredTs( 0.0 ) + desiredTs( 0.0 ), + elapsedTime( 0.0 ) { int i; for ( i = 0; i < node->nChildren(); ++i ) { -- 2.39.5