trick/trick_source/java
Alex Lin 48ad85d0af Some Trick jobs are labeled "simobject.classPtr->Foo()" trick_dp barfs on the "->" string
The "->" string interferes with some code in quick plot trying to split array ranges into
individual variables.  The old code only tested for the '-' character.  Changed these
checks to regular expressions that only match '-' if it is not followed by '>'.  Also
converted tabs to spaces throughout the file, hence the big diff.

refs #51
2016-06-30 15:35:23 -05:00
..
src/trick Some Trick jobs are labeled "simobject.classPtr->Foo()" trick_dp barfs on the "->" string 2016-06-30 15:35:23 -05:00
test Initial commit of everything. 2015-02-26 09:02:31 -06: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
build_trick Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
build.xml Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
makefile make javadoc broken 2016-01-12 16:39:47 -06:00