Name 'grid_t' structure.
Preserve backwards compatibility typedef.
This commit is contained in:
@@ -26,7 +26,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
struct UnstructuredGrid {
|
||||||
int dimensions;
|
int dimensions;
|
||||||
|
|
||||||
int number_of_cells;
|
int number_of_cells;
|
||||||
@@ -48,7 +48,9 @@ typedef struct {
|
|||||||
|
|
||||||
double *cell_centroids;
|
double *cell_centroids;
|
||||||
double *cell_volumes;
|
double *cell_volumes;
|
||||||
} grid_t;
|
};
|
||||||
|
|
||||||
|
typedef struct UnstructuredGrid grid_t;
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user