Go to the documentation of this file.
14 int32_t len = 3 *
sizeof (int32_t)
18 if ((
p = (
char *) malloc(len)) ==
NULL) {
20 "-E- %s line %d: Memory allocation failure.\n",
30 rec->year = (int32_t *)
p;
31 p +=
sizeof (int32_t);
32 rec->day = (int32_t *)
p;
33 p +=
sizeof (int32_t);
34 rec->msec = (int32_t *)
p;
35 p +=
sizeof (int32_t);
36 rec->solz = (
float *)
p;
38 rec->Lw = (
float *)
p;
40 rec->nLw = (
float *)
p;
int alloc_target(int32_t npix, int32_t nbands, tgstr *rec)