Skip to content

Commit

Permalink
add &
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Dec 12, 2023
1 parent 9a72c7e commit 534680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackletAlgorithm/SWLUTReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <string>
// The following function provides a more compiler efficient method for reading
// look up table arrays (currently used in TP), this is only used in C simulations and not synthesis
template<class lutType, int lutsize> bool readSWLUT(lutType lut[lutsize],const std::string lutpath, bool skipfirst = true, const bool hex = false){
template<class lutType, int lutsize> bool readSWLUT(lutType lut[lutsize],const std::string lutpath&, bool skipfirst = true, const bool hex = false){
//std::cout << "I'm reading : "<< lutpath <<std::endl;
const std::string emdatapath =
#ifdef CMSSW_GIT_HASH //at run time the working directory differs between CSIM and future SW
Expand Down

0 comments on commit 534680a

Please sign in to comment.