mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing unused method declaration.
This commit is contained in:
parent
f5f087ef07
commit
b2efde1033
1 changed files with 0 additions and 5 deletions
|
|
@ -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_;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue