What is wrong with this:
Code:
double init_T[23][2] = {{1.449, 1.442, 1.544, 1.512, 1.511, 1.515, 1.623, 1.637, 1.519, 1.522, 1.513, 1.635, 1.593, 1.661, 1.634, 1.603, 1.682, 1.317, 1.555, 1.639, 1.531, 1.483, 1.426},{5, 4.950, 4.800, 4.850, 4.9, 4.950, 4, 3.950, 4.750, 4.9, 5, 3.95, 4.7, 3.9, 4, 4.6, 3.95, 5.95, 4.65, 4, 4.9, 5, 4.95}};
it runs but gives me 82 of the same warning, and #QNANs...


warning: excess elements in array initializer|
(near initialization for 'init_T[0]')|