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

Last change on this file since 1620 was 1158, checked in by oabramkina, 7 years ago

Two server levels: merging with trunk r1137.
There are bugs.

File size: 153 bytes
Line 
1namespace sphereRemap {
2
3void set_neighbour(Elt& elt, const Elt& elt2);
4bool isNeighbour(Elt& elt, const Elt& elt2);
5
6void intersect(Elt *a, Elt *b);
7
8}
Note: See TracBrowser for help on using the repository browser.