Skip to content

Commit 4ea4cf1

Browse files
committed
FEAT: need to store grid type as string
1 parent 8c2d824 commit 4ea4cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/grid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class Grid
256256
void set_variable_sizes();
257257

258258
bool get_IsGeoGrid();
259+
std::string get_gridtype();
259260
bool get_HasBField();
260261
void set_IsGeoGrid(bool value);
261262
void set_IsExperimental(bool value);
@@ -449,6 +450,7 @@ class Grid
449450
bool IsExperimental;
450451
bool IsMagGrid;
451452
bool IsDipole = false;
453+
std::string gridType;
452454

453455
int64_t nX, nLons;
454456
int64_t nY, nLats;

0 commit comments

Comments
 (0)