source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/extern/remap/src/inside.hpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.