Moved free_grid() to grid.h and (new file) grid.c.
This commit is contained in:
@@ -56,6 +56,10 @@ struct UnstructuredGrid {
|
||||
int *cell_facetag;
|
||||
};
|
||||
|
||||
|
||||
void free_grid(struct UnstructuredGrid *g);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user