From c06609cd8d9a5fb830102987e11cdb02de9855e5 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 25 Apr 2023 09:49:42 +0100 Subject: [PATCH] docstring lib.cell.py to match cell.py --- openmc/lib/cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/cell.py b/openmc/lib/cell.py index 3394643ae..807fe73c7 100644 --- a/openmc/lib/cell.py +++ b/openmc/lib/cell.py @@ -104,7 +104,7 @@ class Cell(_FortranObjectWithID): num_instances : int Number of unique cell instances bounding_box : openmc.BoundingBox - Lower-left and upper-right coordinates of bounding box + Axis-aligned bounding box of the cell translation : Iterable of float 3-D coordinates of the translation vector rotation : Iterable of float