Remove obsolete comment.

This commit is contained in:
Bård Skaflestad 2012-03-08 14:13:42 +01:00
parent 4fb4580948
commit 41f00e955c

View File

@ -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)) {