Skip to content

Commit

Permalink
Fix more+1 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Nehm committed Oct 31, 2024
1 parent 01de259 commit 07897f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duneggd/SubDetector/TMS.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ def construct(self, geom):

Aluminium_case_ortho = geom.structure.Volume( 'AluCasevol_ortho', material = 'Aluminium', shape = Aluminium_case_ortho)

ModuleBox_lv.placement.append(Aluminium_case.name)
ModuleBox_lv.placements.append(Aluminium_case.name)

ModuleBox_lv_ortho.placement.append(Aluminium_case_ortho.name)
ModuleBox_lv_ortho.placements.append(Aluminium_case_ortho.name)

# now create and place the bars
sci_bars = 32
Expand Down

0 comments on commit 07897f5

Please sign in to comment.