> On Mar 3, 2015, at 9:56 PM, Patrick J. Collins
> <[email protected]> wrote:
>
> Sorry-- what do you mean?
Instead of putting the declaration of the array in a method and calling
self.k1, why not just put the k1 array at file scope:
static const float k1[] = {
1.0f, 2.0f, ... (64 elements)
};
Then you can use k1 directly.
—Jens _______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/objc-language/archive%40mail-archive.com
This email sent to [email protected]