mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
[skip ci] removed # TODOs
This commit is contained in:
parent
b874d83634
commit
f60f95feb4
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ class StructuredMesh(MeshBase):
|
|||
pass
|
||||
|
||||
@property
|
||||
def vertices(self): # TODO needs changing
|
||||
def vertices(self):
|
||||
"""Return coordinates of mesh vertices.
|
||||
|
||||
Returns
|
||||
|
|
@ -178,7 +178,7 @@ class StructuredMesh(MeshBase):
|
|||
return np.stack(np.meshgrid(*self._grids, indexing='ij'), axis=-1)
|
||||
|
||||
@property
|
||||
def centroids(self): # TODO needs changing
|
||||
def centroids(self):
|
||||
"""Return coordinates of mesh element centroids.
|
||||
|
||||
Returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue