diff --git a/include/openmc/tallies/filter_cell_instance.h b/include/openmc/tallies/filter_cell_instance.h index 89f8d18af8..789a4151e3 100644 --- a/include/openmc/tallies/filter_cell_instance.h +++ b/include/openmc/tallies/filter_cell_instance.h @@ -46,8 +46,6 @@ public: void set_cell_instances(gsl::span 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 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_; };