Skip to content

Commit

Permalink
Per #2644, fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 16, 2023
1 parent aec2495 commit 5dcbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_math/ptile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ float p = bad_data_float;
// Range check
if ( t < 0.0 || t > 1.0 ) {

mlog << Error << "\npercentile() -> "
mlog << Error << "\npercentile_f() -> "
<< "requested percentile value (" << t
<< ") must be between 0 and 1!\n\n";

Expand Down

0 comments on commit 5dcbd7b

Please sign in to comment.