Skip to content

Commit

Permalink
hop-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 25, 2021
1 parent 71fa802 commit dfc5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_acceptance.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static REF_STATUS ref_acceptance_u(REF_NODE ref_node, const char *function_name,
gap = 0.1;
center = -gap - radius;
scale = 1.0e4;
hop = 0.0;
hop = 25.0;
yplus0 = scale * ABS(y);
RSS(ref_phys_spalding_uplus(yplus0, &uplus0), "uplus");
r = sqrt(x * x + (y - center) * (y - center));
Expand Down

0 comments on commit dfc5edf

Please sign in to comment.