source: XIOS/trunk/extern/remap/src/intersect.hpp @ 688

Last change on this file since 688 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

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.