| # | Line 32 | Line 32 | rmx_alloc(int nr, int nc, int n) | |
|---|---|---|
| 32 | return(NULL); | |
| 33 | dnew->nrows = nr; dnew->ncols = nc; dnew->ncomp = n; | |
| 34 | dnew->dtype = DTdouble; | |
| 35 | + | dnew->swapin = 0; |
| 36 | dnew->info = NULL; | |
| 37 | return(dnew); | |
| 38 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |