Skip to content

Commit d491d43

Browse files
committed
FEAT: start to ion->neu grid matchup
1 parent b429fe2 commit d491d43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/calc_grid_derived.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ arma_vec calc_bin_edges(arma_vec centers);
1616
std::vector<precision_t> calc_bin_widths(std::vector<precision_t> centers);
1717
arma_vec calc_bin_widths(arma_vec centers);
1818

19+
// ----------------------------------------------------------------------------
20+
// A helper function for mapping grids
21+
// ----------------------------------------------------------------------------
22+
bool grid_match(Grid gGrid,
23+
Grid mGrid,
24+
Quadtree gQuadtree,
25+
Quadtree mQuadtree);
26+
1927
#endif // INCLUDE_CALC_GRID_DERIVED_H_

0 commit comments

Comments
 (0)