Skip to content

Commit

Permalink
quite
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Apr 12, 2022
1 parent c9b6705 commit 3a328c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_phys.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ REF_STATUS ref_phys_u_tau(REF_DBL y, REF_DBL u, REF_DBL nu_mach_re,
REF_DBL du_tau;
REF_BOOL keep_going;
REF_INT iters;
REF_BOOL verbose = REF_TRUE;
REF_BOOL verbose = REF_FALSE;
u = ABS(u); /* only admit positive values */
y = ABS(y);
if (!ref_math_divisible(u, y)) {
Expand Down

0 comments on commit 3a328c8

Please sign in to comment.