Skip to content

Commit

Permalink
Merge pull request #168 from stewartboogert/issue19
Browse files Browse the repository at this point in the history
Rendering issue for elliptical tube
  • Loading branch information
stewartboogert authored Aug 5, 2024
2 parents 764191c + d380566 commit bd658e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyg4ometry/geant4/solid/EllipticalTube.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def mesh(self):

luval = _Units.unit(self.lunit)

pDx = self.evaluateParameter(self.pDx) * luval / 2.0
pDy = self.evaluateParameter(self.pDy) * luval / 2.0
pDz = self.evaluateParameter(self.pDz) * luval / 2.0
pDx = self.evaluateParameter(self.pDx) * luval
pDy = self.evaluateParameter(self.pDy) * luval
pDz = self.evaluateParameter(self.pDz) * luval

_log.info("ellipticaltube.pycsgmesh>")

Expand Down

0 comments on commit bd658e8

Please sign in to comment.