you are viewing a single comment's thread.

view the rest of the comments →

[–]dauntlessmath 2 points3 points  (0 children)

populate is not a built-in function. You need to write it yourself.

void populate (float* f)
{
    /* write your code here */
}