root / bin / compute_barycenters.h @ 1
Historique | Voir | Annoter | Télécharger (308 octet)
1 | 1 | akiss | #ifndef COMPUTE_barycenters_H_INCLUDED
|
---|---|---|---|
2 | 1 | akiss | #define COMPUTE_barycenters_H_INCLUDED
|
3 | 1 | akiss | |
4 | 1 | akiss | void compute_barycenters(double *vertices, int vertices_number, int *cells_vertices, |
5 | 1 | akiss | int *vertices_number_in_each_cell, int cell_number, double *barycenters); |
6 | 1 | akiss | |
7 | 1 | akiss | #endif // COMPUTE_barycenters_H_INCLUDED |