mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removing unecessary line.
This commit is contained in:
parent
19cea16ef9
commit
6284375f53
1 changed files with 1 additions and 2 deletions
|
|
@ -846,5 +846,4 @@ class UnstructuredMesh(MeshBase):
|
|||
filename = get_text(elem, 'filename')
|
||||
library = get_text(elem, 'library')
|
||||
|
||||
mesh = cls(filename, library, mesh_id)
|
||||
return mesh
|
||||
return cls(filename, library, mesh_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue