diff --git a/TrackletAlgorithm/SWLUTReader.h b/TrackletAlgorithm/SWLUTReader.h index 96987bf18e4..690fb237f88 100644 --- a/TrackletAlgorithm/SWLUTReader.h +++ b/TrackletAlgorithm/SWLUTReader.h @@ -2,7 +2,7 @@ #include // 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 bool readSWLUT(lutType lut[lutsize],const std::string lutpath, bool skipfirst = true, const bool hex = false){ +template bool readSWLUT(lutType lut[lutsize],const std::string lutpath&, bool skipfirst = true, const bool hex = false){ //std::cout << "I'm reading : "<< lutpath <