Skip to content

Commit 8012904

Browse files
authored
remove trailing comma
1 parent fc9db7d commit 8012904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frolladaptive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void frolladaptivefun(rollfun_t rfun, unsigned int algo, const double *x, uint64
7979
default: // # nocov
8080
internal_error(__func__, "Unknown rfun value in frolladaptive: %d", rfun); // # nocov
8181
}
82-
if (verbose)
82+
if (verbose)
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

0 commit comments

Comments
 (0)