Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Aug 6, 2024
1 parent b415d98 commit cd9fa38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/milk-extra-src/linalgebra/MVMextractModes.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,10 +968,12 @@ static errno_t compute_function()
if( imgin.md->datatype == _DATATYPE_FLOAT )
{
imginfloatptr = imgin.im->array.F;
printf("INPUT type = FLOAT - no type conversion required\n");
}
else
{
imginfloatptr = (float*) malloc(sizeof(float) * imgin.md->size[0] * imgin.md->size[1] );
printf("INPUT not float -> type conversion to float enabled\n");
}


Expand Down

0 comments on commit cd9fa38

Please sign in to comment.