Skip to content

Commit 03244cc

Browse files
authored
Remove unnecessary newline in frolladaptive.c
1 parent 84ba387 commit 03244cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/frolladaptive.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ void frolladaptivefun(rollfun_t rfun, unsigned int algo, const double *x, uint64
8383
snprintf(end(ans->message[0]), 500, _("%s: processing fun %s algo %s took %.3fs\n"), __func__, rfunNames[rfun], (algo == 0) ? "fast" : "exact", omp_get_wtime()-tic);
8484
}
8585

86-
8786
#undef MEAN_WINDOW_STEP_VALUE
8887
#define MEAN_WINDOW_STEP_VALUE \
8988
if (wn>0) { \

0 commit comments

Comments
 (0)