Skip to content

Commit

Permalink
🐛 fix small issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Oct 25, 2023
1 parent 5bd209c commit 4f97f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class apply_gate_library_impl

const auto gate = GateLibrary::template set_up_gate<GateLyt, CellLyt, GateLibraryblack>(
gate_lyt, t, defect_surface, params, black_list);
if (gate == GateLibrary::template ERROR<CellLyt>)
if (gate == GateLibrary::ERROR)
{
cell_lyt = CellLyt{{}, "fail"};
return;
Expand Down

0 comments on commit 4f97f83

Please sign in to comment.