From b2efde103307cba6e7b2f797a74b742a6666a690 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 30 Jul 2021 10:41:53 -0500 Subject: [PATCH] Removing unused method declaration. --- include/openmc/tallies/filter_cell_instance.h | 5 ----- 1 file changed, 5 deletions(-) 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_; };