Skip to content

Commit e8ab7e4

Browse files
authored
add Jans comment
1 parent 19f1112 commit e8ab7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/froll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ void frollmedianFast(const double *x, uint64_t nx, ans_t *ans, int k, double fil
16261626
}
16271627
if (verbose)
16281628
snprintf(end(ans->message[0]), 500, par ? _("%s: finding order and initializing links for %d blocks in parallel took %.3fs\n")
1629-
: _("%s: finding order and initializing links for %d blocks in serial took %.3fs\n"), "frollmedianFast", b, omp_get_wtime()-tic);
1629+
: _("%s: finding order and initializing links for %d blocks sequentially took %.3fs\n"), "frollmedianFast", b, omp_get_wtime()-tic);
16301630
// fill leading partial window
16311631
for (int i=0; i<k-1; i++) {
16321632
ansv[i] = fill;

0 commit comments

Comments
 (0)