source: XIOS/dev/dev_olga/src/extern/remap/src/intersect.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 159 bytes
Line 
1namespace sphereRemap {
2
3void set_neighbour(Elt& elt, const Elt& elt2);
4bool isNeighbour(const Elt& elt, const Elt& elt2);
5
6void intersect(Elt *a, Elt *b);
7
8}
Note: See TracBrowser for help on using the repository browser.