From fb7a895ce9fa5212f0ef9be161241d3571b92687 Mon Sep 17 00:00:00 2001 From: "dr.yuri" Date: Thu, 30 May 2019 14:13:27 +0300 Subject: [PATCH] removed unused marks --- openmc/lattice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/lattice.py b/openmc/lattice.py index 429d8b691b..cec9a67258 100644 --- a/openmc/lattice.py +++ b/openmc/lattice.py @@ -940,7 +940,7 @@ class HexLattice(Lattice): string = 'HexLattice\n' string += '{0: <16}{1}{2}\n'.format('\tID', '=\t', self._id) string += '{0: <16}{1}{2}\n'.format('\tName', '=\t', self._name) - string += '{0: <16}{1}{2}\n'.format('\tOrientation', '=\t', "OX" if self._hextype else "OY" )#//DR + string += '{0: <16}{1}{2}\n'.format('\tOrientation', '=\t', "OX" if self._hextype else "OY" ) string += '{0: <16}{1}{2}\n'.format('\t# Rings', '=\t', self._num_rings) string += '{0: <16}{1}{2}\n'.format('\t# Axial', '=\t', self._num_axial) string += '{0: <16}{1}{2}\n'.format('\tCenter', '=\t', @@ -1802,7 +1802,7 @@ class HexLattice(Lattice): # Join the rows together and return the string. return '\n'.join(rows) @staticmethod - def show_indices_ox(num_rings):#//DR + def show_indices_ox(num_rings): """Return a diagram of the hexagonal lattice with OX orientation layout with indices. This method can be used to show the proper indices to be used when