Skip to content

Commit

Permalink
applied clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Sep 7, 2023
1 parent b606098 commit 82b2423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ void kokkosp_init_library(const int loadSeq, const uint64_t interfaceVer,
tool_prob_num = 0.0;
}
}
if ((tool_prob_num < 0.0) && (kernelSampleSkip == std::numeric_limits<uint64_t>::max())) {
if ((tool_prob_num < 0.0) &&
(kernelSampleSkip == std::numeric_limits<uint64_t>::max())) {
if (tool_verbosity > 0) {
printf(
"KokkosP: Neither sampling utility's probability for sampling "
Expand Down

0 comments on commit 82b2423

Please sign in to comment.