Renamed free_grid() -> destroy_grid().

This commit is contained in:
Atgeirr Flø Rasmussen
2012-04-11 11:40:51 +02:00
parent 702aaec8ab
commit 36097f1656
7 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ struct UnstructuredGrid {
};
void free_grid(struct UnstructuredGrid *g);
void destroy_grid(struct UnstructuredGrid *g);
#ifdef __cplusplus