mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
parent
02f7203597
commit
9185faf322
@ -35,6 +35,7 @@ class IntegLoopSimObject : public Trick::SimObject {
|
||||
integ_sched.add_sim_object( *next_sobj );
|
||||
next_sobj = va_arg(ap, Trick::SimObject*);
|
||||
};
|
||||
va_end(ap);
|
||||
|
||||
add_jobs(in_cycle, child) ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user