Skip to content

Commit

Permalink
Clarify full length or half length.
Browse files Browse the repository at this point in the history
  • Loading branch information
lnevay committed Feb 16, 2025
1 parent 0bbe199 commit 5377178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyg4ometry/geant4/solid/Box.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ class Box(_SolidBase):
:param name: of solid for registry
:type name: str
:param pX: length along x
:param pX: full length along x
:type pX: float, Constant, Quantity, Variable, Expression
:param pY: length along y
:param pY: full length along y
:type pY: float, Constant, Quantity, Variable, Expression
:param pZ: length along z
:param pZ: full length along z
:type pZ: float, Constant, Quantity, Variable, Expression
:param registry: for storing solid
:type registry: Registry
Expand Down

0 comments on commit 5377178

Please sign in to comment.