mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix documentation for MeshFilter and MeshSurfaceFilter
This commit is contained in:
parent
a755bfd040
commit
fc619f8352
1 changed files with 2 additions and 2 deletions
|
|
@ -762,7 +762,7 @@ class ParticleFilter(Filter):
|
|||
|
||||
|
||||
class MeshFilter(Filter):
|
||||
"""Bins tally event locations onto a regular, rectangular mesh.
|
||||
"""Bins tally event locations by mesh elements.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
@ -959,7 +959,7 @@ class MeshFilter(Filter):
|
|||
|
||||
|
||||
class MeshSurfaceFilter(MeshFilter):
|
||||
"""Filter events by surface crossings on a regular, rectangular mesh.
|
||||
"""Filter events by surface crossings on a mesh.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue