Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Jun 3, 2024
1 parent 37effd9 commit b7aa74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TestBenches/TrackletProcessor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ std::cout<<module_name[MODULE_];
// print the input files loaded
std::cout << "Loaded the input files:\n";
for (unsigned i = 0; i < nInnerStubMems; i++)
//(i+2)%nInnerStubMems has the innerstubs match the order in the emulation
std::cout << "\t" << tb.fileNames(innerStubPattern).at(i) << "\n";
for (unsigned i = 0; i < nOuterStubMems; i++)
std::cout << "\t" << tb.fileNames(outerStubPattern).at(i) << "\n";
Expand Down

0 comments on commit b7aa74f

Please sign in to comment.