trick/trick_source
Alex Lin a11e51cce7 Sim build doesn't stop on error #421
When I added the "tee" commands to split off command outputs to
a file and the screen, I forgot that the exit status of the make commands
takes the exit status of "tee" which does not ususally have an error and
masks any error in the actual compilation.  I added an exit ${PIPESTATUS[0]}
which returns the exit status of the compilation.
2017-05-15 13:36:06 -05:00
..
codegen/Interface_Code_Gen Sim build doesn't stop on error #421 2017-05-15 13:36:06 -05:00
data_products Use std::cerr instead of std::cout for error messages 2016-12-10 11:49:44 -06:00
er7_utils Merge in the er7_utils integrators 2016-02-11 14:13:25 -06:00
java Fix fonts in java GUIs #192 2017-03-13 11:10:24 -05:00
sim_services Suppress units conversion messages in input file. #414 2017-04-20 11:34:50 -05:00
trick_swig Suppress units conversion messages in input file. #414 2017-04-20 11:34:50 -05:00
trick_utils Add tweaks that speed up matrix multiplication routines. ref #386 2017-02-27 12:51:35 -06:00
.gitignore Merge in the er7_utils integrators 2016-02-10 09:32:53 -06:00