mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Updating comment.
This commit is contained in:
parent
0699de3fd5
commit
3c4e0165be
1 changed files with 1 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ class HexLattice(Lattice):
|
|||
return g < self.num_rings and 0 <= idx[2] < self.num_axial
|
||||
|
||||
def create_xml_subelement(self, xml_element, memo=None):
|
||||
# If the element does contain the Lattice subelement, then return
|
||||
# If this subelement has already been written, return
|
||||
if memo and id(self) in memo:
|
||||
return
|
||||
if memo is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue