Moved free_grid() to grid.h and (new file) grid.c.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-04-11 11:32:52 +02:00
parent 866cb0b6ab
commit b66ee75058
5 changed files with 51 additions and 25 deletions

View File

@@ -56,6 +56,10 @@ struct UnstructuredGrid {
int *cell_facetag;
};
void free_grid(struct UnstructuredGrid *g);
#ifdef __cplusplus
}
#endif