mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
parent
fd260bfc34
commit
cdc8927234
@ -556,9 +556,8 @@ int Trick::IntegLoopScheduler::process_dynamic_events ( double t_start, double t
|
|||||||
if (status != 0) { return status; }
|
if (status != 0) { return status; }
|
||||||
status = process_dynamic_events(t_from, t_to, depth+1);
|
status = process_dynamic_events(t_from, t_to, depth+1);
|
||||||
if (status != 0) { return status; }
|
if (status != 0) { return status; }
|
||||||
} else {
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user