Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Koren-Brand <[email protected]>
  • Loading branch information
Koren-Brand committed Nov 26, 2024
1 parent f934685 commit b3c8c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/include/icicle/fields/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ class Field

static void seed_rand_generator(unsigned seed) { field_rand_generator.seed(seed); }

// NOTE this function is used for test and examples - it assumed it is executed on a single-thread (no two threads
// NOTE this function is used for test and examples - it assumed it is executed on a single-thread (no two threads
// accessing field_rand_generator at the same time)
static HOST_INLINE Field rand_host()
{
Expand Down

0 comments on commit b3c8c46

Please sign in to comment.