source: XIOS/trunk/extern/remap/src/intersection_ym.hpp @ 1639

Last change on this file since 1639 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: 276 bytes
Line 
1#ifndef __INTERSECTION_YM_HPP__
2#define __INTERSECTION_YM_HPP__
3
4#include <vector>
5#include "elt.hpp"
6
7namespace sphereRemap {
8
9double intersect_ym(Elt *a, Elt *b) ;
10void createGreatCirclePolygon(const Elt& element, const Coord& pole, vector<Coord>& coordinates) ;
11
12}
13
14#endif
Note: See TracBrowser for help on using the repository browser.