Skip to content

Commit

Permalink
Close no cov range
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Dec 4, 2023
1 parent a5937c2 commit fb78652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localmaximum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bool LASRlocalmaximum::process(LAS*& las)
auto duration = std::chrono::duration_cast<std::chrono::milliseconds>(end_time - start_time);
float second = (float)duration.count()/1000.0f;
print(" Local Maximum Filter took %.2f sec.\n", second);
// # nocov en
// # nocov end
}

return true;
Expand Down

0 comments on commit fb78652

Please sign in to comment.