Skip to content

Commit

Permalink
Merge pull request #211 from stewartboogert/bakeTransformBoolean
Browse files Browse the repository at this point in the history
convert: fluka boolean bake transforms
  • Loading branch information
stewartboogert authored Nov 7, 2024
2 parents 5d84730 + c6f5b7d commit 0f5a104
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pyg4ometry/convert/geant42Fluka.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def geant4Solid2FlukaRegion(
mtra,
tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)
r2, flukaNameCount = geant4Solid2FlukaRegion(
Expand All @@ -582,7 +582,7 @@ def geant4Solid2FlukaRegion(
new_mtra,
new_tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)

Expand Down Expand Up @@ -625,7 +625,7 @@ def geant4Solid2FlukaRegion(
mtra,
tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)
r2, flukaNameCount = geant4Solid2FlukaRegion(
Expand All @@ -634,7 +634,7 @@ def geant4Solid2FlukaRegion(
new_mtra,
new_tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)

Expand Down Expand Up @@ -679,7 +679,7 @@ def geant4Solid2FlukaRegion(
mtra,
tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)
r2, flukaNameCount = geant4Solid2FlukaRegion(
Expand All @@ -688,7 +688,7 @@ def geant4Solid2FlukaRegion(
new_mtra,
new_tra,
flukaRegistry,
False,
bakeTransforms=bakeTransforms,
commentName=commentName,
)

Expand Down

0 comments on commit 0f5a104

Please sign in to comment.