root / bin / compute_cell_walls.h @ 1
Historique | Voir | Annoter | Télécharger (314 octet)
1 | 1 | akiss | #ifndef COMPUTE_CELL_WALLS_H_INCLUDED
|
---|---|---|---|
2 | 1 | akiss | #define COMPUTE_CELL_WALLS_H_INCLUDED
|
3 | 1 | akiss | |
4 | 1 | akiss | void compute_cell_walls(double *vertices, int *cells_vertices, int *vertices_number_in_each_cell, |
5 | 1 | akiss | int cell_number, int *cell_walls, int *wall_vertices, int wall_number); |
6 | 1 | akiss | |
7 | 1 | akiss | #endif // COMPUTE_CELL_WALLS_H_INCLUDED |