Bring unit test up to date wrt removal of 'grid_t' typedef.

This commit is contained in:
Bård Skaflestad 2012-02-27 16:17:17 +01:00
parent acc2f42df3
commit d491b83526

View File

@ -751,7 +751,7 @@ fill_cart_geometry_2d(struct UnstructuredGrid *G,
int main()
{
grid_t *g = create_cart_grid_2d(2,2);
struct UnstructuredGrid *g = create_cart_grid_2d(2,2);
int i;
int k;
for(i=0; i<g->number_of_cells; ++i)