Uhhh, not quite (pointy hat: bska).

This commit is contained in:
Bård Skaflestad 2010-08-09 09:32:56 +00:00
parent cafb4b5f93
commit 1e1788dcba

View File

@ -266,7 +266,7 @@ hybsys_build_ja(int nc, int nf, int *nconn, int *conn,
MAT_SIZE_T *ia, int *work)
/* ---------------------------------------------------------------------- */
{
MAT_SIZE_T *ja = malloc(ia[nf] * sizeof **ja);
MAT_SIZE_T *ja = malloc(ia[nf] * sizeof *ja);
int i,j;
/*