trick/trick_source/sim_services/Integrator
Alex Lin 09c467e423 Input processor crashes if second event with same name is created
When allocating a new event, if the same name is used, no allocation is
created and NULL is returned.  We start trying to use the returned value
which seg-faulted.  I added a check to only continue if the returned value
from the allocation is not NULL.

refs #149
2015-12-03 10:10:39 -06:00
..
er7_algorithms Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
include Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
src Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
test Input processor crashes if second event with same name is created 2015-12-03 10:10:39 -06:00
trick_algorithms Remove overloaded fields in Integrator/trick_algorithms/ABM_Integrator.hh 2015-03-26 08:04:17 -05:00
unittest Initial commit of everything. 2015-02-26 09:02:31 -06:00
design.dox_in Initial commit of everything. 2015-02-26 09:02:31 -06:00
main_page.dox_in Initial commit of everything. 2015-02-26 09:02:31 -06:00
Makefile Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
Makefile_deps Getting standalone to compile. Fixes #2 2015-03-02 12:48:17 -06:00
makefile.stand_alone Initial commit of everything. 2015-02-26 09:02:31 -06:00