Skip to content

Commit

Permalink
echos y
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 26807e3 commit a7bc22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ref_phys.c
Expand Up @@ -707,8 +707,8 @@ REF_STATUS ref_phys_u_tau(REF_DBL y, REF_DBL u, REF_DBL nu_mach_re,
"dyplus_duplus");
yplus_error_du_tau = dyplus_duplus * duplus_du_tau - dyplus_du_tau;
du_tau = -yplus_error / yplus_error_du_tau;
printf("u_tau %f yplus %f uplus %f error %e\n", *u_tau, yplus, uplus,
yplus_error);
printf("u_tau %f yplus %f uplus %f error %e y %e\n", *u_tau, yplus, uplus,
yplus_error, y);
(*u_tau) += du_tau;

if (ref_math_divisible(yplus_error, yplus) && ABS(yplus) > 1.0e-3) {
Expand Down

0 comments on commit a7bc22a

Please sign in to comment.