- Aug 20, 2013
-
-
matta authored
- Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab - some new machine ignore -e and the make fail later - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011
-
- Jul 02, 2013
-
-
nicolas authored
header and src files of each defined detector are now symlinked in the include and src directory instead of being hard copied * Remove compilation warnings in Tigree.cc
-
- Jul 01, 2013
-
-
matta authored
-