trick/trick_source
Alex Lin ff39984568 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-02 10:44:27 -06:00
..
codegen/Interface_Code_Gen Add file name to error messages about invalid @trick_parse argument. 2015-10-21 11:23:02 -05:00
data_products Unit tests failing on the Mac. 2015-11-19 14:41:18 -06:00
java MTV/variable server crashes if checkpoint has less malfunctions then currently running sim 2015-09-14 15:11:20 -05:00
sim_services Input processor crashes if second event with same name is created 2015-12-02 10:44:27 -06:00
trick_swig Configure script does not set up GSL correctly 2015-11-18 08:30:21 -06:00
trick_utils Delete obsolete .d files in the trick_models directory. 2015-08-31 19:24:56 -05:00
.gitignore Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled. 2015-03-03 16:08:54 -06:00