By moving sz closer to its use location it is moved passed a nested declaration
of a different variable also called sz.
real *val, *valD = NULL;
real v;
int type = MATRIX_TYPE_REAL;
- size_t sz = sizeof(real);
real padding = 10;
int nedge_nodes = 0;
else if (x)
agerr (AGERR, "Error: graph %s has missing \"pos\" information", agnameof(g));
+ size_t sz = sizeof(real);
if (format == FORMAT_CSR) A = SparseMatrix_from_coordinate_arrays(nedges, nnodes, nnodes, I, J, val, type, sz);
if (edge_label_nodes) *n_edge_label_nodes = nedge_nodes;