Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Jun 26, 2024
1 parent 3d9e3dd commit c2c951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/COREMOD_arith/execute_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ int execute_arith(const char *cmd1)
}
else
{
// printf("Running percentile args = %s %f\n",word[i+2],data.variable[variable_ID(word[i+4])].value.f);
printf("Running percentile args = %s %f\n",word[i+2],data.variable[variable_ID(word[i+4])].value.f);
tmp_prec = arith_image_percentile(
word[highest_priority_index + 2],
(double) data
Expand Down

0 comments on commit c2c951d

Please sign in to comment.