Skip to content

Commit

Permalink
Comment unused variable eps_diff (#490)
Browse files Browse the repository at this point in the history
Comment instead of removing because there is commented code using eps_diff
  • Loading branch information
makortel authored Jun 18, 2020
1 parent 4a3813b commit 72e74ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ int main(int argc, char *argv[]) {
rt->SetBranchAddress("EcalRecHitsSorted_ecalRecHit_EcalRecHitsEB_RECO.", &wcpuEB);
rt->SetBranchAddress("EcalRecHitsSorted_ecalRecHit_EcalRecHitsEE_RECO.", &wcpuEE);

constexpr float eps_diff = 1e-3;
// constexpr float eps_diff = 1e-3;

// accumulate sizes for events and sizes of each event on both GPU and CPU
// auto const nentries = rt->GetEntries();
Expand Down

0 comments on commit 72e74ea

Please sign in to comment.