Skip to content

Commit

Permalink
Update EBeam_merge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Oct 31, 2024
1 parent ff3bd3d commit 2c23146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def log(text):
top_cell.insert(CellInstArray(cell_edXphot1x.cell_index(), t))
cell_FaML = layout.create_cell("FaML")
top_cell.insert(CellInstArray(cell_FaML.cell_index(), t))
cell_ELEC413 = layout.create_cell("ELEC413")
top_cell.insert(CellInstArray(cell_ELEC413.cell_index(), t))
#cell_ELEC413 = layout.create_cell("ELEC413")
#top_cell.insert(CellInstArray(cell_ELEC413.cell_index(), t))
cell_SiEPIC_Passives = layout.create_cell("SiEPIC_Passives")
top_cell.insert(CellInstArray(cell_SiEPIC_Passives.cell_index(), t))
cell_openEBL = layout.create_cell("openEBL")
Expand Down

0 comments on commit 2c23146

Please sign in to comment.