tst_group_data.c#43 | int g1id, g2id, g3id; |
#75 | if (nc_def_grp(ncid, G2_NAME, &g2id)) ERR; |
#76 | if (nc_def_dim(g2id, DIM_NAME, DIM_LEN2, &dimid2)) ERR; |
#78 | if (nc_def_var(g2id, VAR_NAME, NC_FLOAT, VAR_RANK, var_dims, &varid)) ERR; |
#79 | if (nc_put_att_text(g2id, varid, ATT_NAME, strlen(ATT_VAL2), ATT_VAL2)) ERR; |
#80 | if (nc_put_att_text(g2id, NC_GLOBAL, GATT_NAME, strlen(GATT_VAL2), |
#82 | if (nc_enddef(g2id)) ERR; |
#83 | if (nc_put_var_float(g2id, varid, vals)) ERR; |
#86 | if (nc_def_grp(g2id, G3_NAME, &g3id)) ERR; |
tst_grps.c#913 | int g1id, g2id, g3id; |
#936 | if (nc_def_grp(ncid, G2_NAME, &g2id)) ERR; |
#937 | if (nc_def_dim(g2id, DIM_NAME, DIM_LEN, &dimid)) ERR; |
#939 | if (nc_def_var(g2id, VAR_NAME, NC_FLOAT, VAR_RANK, var_dims, &varid)) ERR; |
#940 | if (nc_put_att_text(g2id, varid, ATT_NAME, strlen(ATT_VAL), ATT_VAL)) ERR; |
#941 | if (nc_put_att_text(g2id, NC_GLOBAL, GATT_NAME, strlen(GATT_VAL), |
#943 | if (nc_enddef(g2id)) ERR; |
#946 | if (nc_def_grp(g2id, G3_NAME, &g3id)) ERR; |
#1012 | int g1id, g2id, g3id; |
#1025 | if (nc_def_grp(ncid, G2_NAME, &g2id)) ERR; |
#1026 | if (nc_def_opaque(g2id, 4, "opaque-3", &typeid)) ERR; |
#1027 | if (nc_def_vlen(g2id, "vlen-3", NC_BYTE, &typeid)) ERR; |
#1028 | if (nc_enddef(g2id)) ERR; |
#1031 | if (nc_def_grp(g2id, G3_NAME, &g3id)) ERR; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed