That doesn't quite do it. It seems the method takes a float [] a, so
I tried float-array, and floats as well as the two combined e.g.
(floats (float-array my-data)), but I get a similar error:
java.lang.IllegalArgumentException: No matching field found:
realForward for class [F (NO_SOURCE_FILE:0)
am i not calling the method correctly?
On Jul 20, 3:00 pm, David Edgar Liebke <
lie...@gmail.com> wrote:
> Try using int-array instead of to-array, which returns an object array.
>
> David
>