source: XIOS/dev/branch_openmp/extern/remap/src/gridRemap.hpp @ 1339

Last change on this file since 1339 was 1335, checked in by yushan, 7 years ago

dev_omp

File size: 201 bytes
RevLine 
[688]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
[1335]17
[688]18}
19
[1335]20#endif
Note: See TracBrowser for help on using the repository browser.