Modified Files:
src/FDM/JSBSim/FGFDMExec.cpp: Olaf Flebbe: initialize uninitialized variable.
This commit is contained in:
parent
0edd68cd36
commit
fbb676cbbe
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ int FGFDMExec::Schedule(FGModel* model, int rate)
|
|||
|
||||
bool FGFDMExec::Run(void)
|
||||
{
|
||||
bool success;
|
||||
bool success = false;
|
||||
FGModel* model_iterator;
|
||||
|
||||
model_iterator = FirstModel;
|
||||
|
|
Loading…
Reference in a new issue