I have an array of functions (`funs`) and an array of values (`vals`).
I want to apply the former to the latter, element-wise. When I write

```Julia
map(call, funs, vals)
```
Julia replies with
```
WARNING: call(f,args...) is deprecated, use f(args...) instead.
```

What is the correct syntax to use?

-erik

-- 
Erik Schnetter <schnet...@gmail.com>
http://www.perimeterinstitute.ca/personal/eschnetter/

Reply via email to