source: XIOS/dev/dev_trunk_omp/extern/remap/src/gridRemap.hpp @ 1602

Last change on this file since 1602 was 1602, checked in by yushan, 6 years ago

branch_openmp merged with trunk r1597

File size: 259 bytes
Line 
1#ifndef  __TREE_H__
2#define __TREE_H__
3#include <iostream>
4#include "triple.hpp"
5
6namespace sphereRemap {
7
8struct CRemapGrid
9{
10        Coord pole;
11        int numElts;
12};
13
14Coord readPole(std::istream&);
15
16//extern CRemapGrid srcGrid;
17//extern CRemapGrid tgtGrid;
18
19}
20
21#endif
Note: See TracBrowser for help on using the repository browser.