trick/trick_source
Alex Lin fa4664c4ea Move the loop that waits for scheduled threads to finish out of advance_sim_time #292
2 problems found.  Syncing scheduled threads was not happening at all because the job
was not being rescheduled.  Did not want to deal with changing job call times so I
called the new scheuduled_thread_sync routine from advance_sim_time.  That's where
it started, it'll be fine.

Also found that I was resetting job complete flags too aggressively.  The check to
test if the thread is ready to run was missing.  Added that check back in.
2016-08-30 10:56:18 -05:00
..
codegen/Interface_Code_Gen New STL framework doesn't support const #293 2016-08-25 08:42:43 -05:00
data_products Data products not plotting the last recorded data point #162 2016-08-04 08:36:27 -05:00
er7_utils Merge in the er7_utils integrators 2016-02-11 14:13:25 -06:00
java Trick View: update to handle udunits #262 2016-08-04 08:54:07 -05:00
sim_services Move the loop that waits for scheduled threads to finish out of advance_sim_time #292 2016-08-30 10:56:18 -05:00
trick_swig Support using Python 3 2016-06-28 13:44:21 -05:00
trick_utils tc_init is not thread-safe #289 2016-08-29 13:11:04 -05:00
.gitignore Merge in the er7_utils integrators 2016-02-10 09:32:53 -06:00