better testing of interpolate func

This commit is contained in:
tonton Th
2020-02-16 23:16:38 +01:00
parent e454404f97
commit 219bd36cc2
2 changed files with 28 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ switch (action) {
case OP_SUB:
foo = fimg_sub_3(A, B, D); break;
case OP_MIX:
if (verbosity) fprintf(stderr, "%s: fvalue is %f\n",
if (verbosity) fprintf(stderr, "%s:mix: fvalue is %f\n",
__func__, global_fvalue);
foo = fimg_interpolate(A, B, D, global_fvalue);
break;