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

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 232 bytes
Line 
1#include "elt.hpp"
2
3namespace sphereRemap {
4
5void ptsec(Elt *ea, Elt *eb, Ipt *ipt);
6void recense(Elt *ea, Elt *eb, Ipt *ipt, std::list<Sgm> &iscot, int pass);
7int assemble(std::list<Sgm> &iscot, Coord *c, double *d, Coord *xc);
8
9}
Note: See TracBrowser for help on using the repository browser.