Removing unused method declaration.

This commit is contained in:
Patrick Shriwise 2021-07-30 10:41:53 -05:00
parent f5f087ef07
commit b2efde1033

View file

@ -46,8 +46,6 @@ public:
void set_cell_instances(gsl::span<CellInstance> instances);
void set_geom_level(int32_t level);
private:
//----------------------------------------------------------------------------
// Data members
@ -61,9 +59,6 @@ private:
//! A map from cell/instance indices to filter bin indices.
std::unordered_map<CellInstance, gsl::index, CellInstanceHash> map_;
//! Level in the geometry to check for the cell instance
int32_t geom_level_ {C_NONE};
//! Indicates if filter uses only material-filled cells
bool material_cells_only_;
};