Remove obsolete comment.
This commit is contained in:
parent
4fb4580948
commit
41f00e955c
@ -52,7 +52,6 @@ fill_cell_topology(struct processed_grid *pg,
|
||||
|
||||
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