From ac61848c6a9d6c149f15b3e2be0fe04890efe624 Mon Sep 17 00:00:00 2001 From: Drewniok Date: Sun, 1 Sep 2024 12:25:52 +0200 Subject: [PATCH] :art: small fix. --- .../on_the_fly_circuit_design_on_defective_surface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fiction/algorithms/physical_design/on_the_fly_circuit_design_on_defective_surface.hpp b/include/fiction/algorithms/physical_design/on_the_fly_circuit_design_on_defective_surface.hpp index ca9b80078..a72a4edb9 100644 --- a/include/fiction/algorithms/physical_design/on_the_fly_circuit_design_on_defective_surface.hpp +++ b/include/fiction/algorithms/physical_design/on_the_fly_circuit_design_on_defective_surface.hpp @@ -170,7 +170,7 @@ class on_the_fly_circuit_design_impl * @tparam Ntk The type of the input network. * @tparam CellLyt Cell-level layout type. * @tparam GateLyt Gate-level layout type. - * @param network The input network to be mapped onto the defective surface. + * @param ntk The input network to be mapped onto the defective surface. * @param lattice_tiling The lattice tiling used for the circuit design. * @param params The parameters used for designing the circuit, encapsulated in an * `on_the_fly_circuit_design_params` object.