Skip to content
Snippets Groups Projects
Commit ff67d2a8 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

RemapGrid: add healpix members.

parent e2c022e3
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include "remap_vars.h"
#include "remap_grid_cell_search.h"
#include "grid_point_search.h"
#include "mpim_grid/grid_healpix.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327950288
......@@ -62,13 +63,16 @@ struct // RemapGrid
RemapGrid
// clang-format on
{
RemapGridType type = RemapGridType::Undefined;
int gridID = -1;
int tmpgridID = -1;
RemapGridType type = RemapGridType::Undefined;
int rank = 0; // rank of the grid
size_t size = 0; // total points on the grid
size_t num_cell_corners = 0; // number of corners for each grid cell
int nside = 0;
HpOrder order = HpOrder::Undef;
bool needCellCorners = false;
bool useCellCorners = false; // use corners for bounding boxes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment