From dff34503adedf5b62bc3dcc8d45572bbf1be1415 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Thu, 4 May 2017 21:40:01 -0400 Subject: [PATCH] Removed fast_* properties --- openmc/summary.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/openmc/summary.py b/openmc/summary.py index 7455cce1d..61596cc38 100644 --- a/openmc/summary.py +++ b/openmc/summary.py @@ -69,26 +69,6 @@ class Summary(object): @property def nuclides(self): return self._nuclides - - @property - def _fast_materials(self): - return self._fast_materials - - @property - def _fast_surfaces(self): - return self._fast_surfaces - - @property - def _fast_cells(self): - return self._fast_cells - - @property - def _fast_universes(self): - return self._fast_universes - - @property - def _fast_lattices(self): - return self._fast_lattices @property def version(self):