tst_parallel3.c#394 size_t vr_len,st_len; #515 if (nc_inq_att (ncid, nvid, "title", &st_type, &st_len)) ERR; #518 if(st_len != strlen(title)) ERR_RET; #524 st_val = (char *) malloc(st_len * (sizeof(char))); #530 if(strncmp(st_val,title,st_len)) { #537 if (nc_inq_att (ncid, NC_GLOBAL, "g_title", &st_type, &st_len)) ERR; #540 if(st_len != strlen(title)) ERR_RET; #546 st_val = (char*)malloc(st_len*sizeof(char)); #550 if(strncmp(st_val,title,st_len)){
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed