From fc619f8352589f795f4eaf0d73c37fca9f753af7 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 12 Feb 2023 19:27:11 -0600 Subject: [PATCH] Fix documentation for MeshFilter and MeshSurfaceFilter --- openmc/filter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/filter.py b/openmc/filter.py index 4d40117fe..c52d3f135 100644 --- a/openmc/filter.py +++ b/openmc/filter.py @@ -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 ----------