Merge.
This commit is contained in:
commit
2a9296bdc2
@ -51,8 +51,6 @@ fill_cell_topology(struct processed_grid *pg,
|
||||
g->cell_facepos[0] = 0;
|
||||
|
||||
g->cell_faces = malloc(nhf * sizeof *g->cell_faces );
|
||||
|
||||
/* struct UnstructuredGrid member */
|
||||
g->cell_facetag = malloc(nhf * sizeof *g->cell_facetag);
|
||||
|
||||
if ((g->cell_faces == NULL) || (g->cell_facetag == NULL)) {
|
||||
|
Loading…
Reference in New Issue
Block a user