Quote Originally Posted by laitinen
The array needs to have a fixed size. For instance:
Code:
double  coslu[8][8] = {0.0}; //initialize all elements to 0.0
Laitinen
I'm not defining an array.