Skip to content

Commit

Permalink
🎨 small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Sep 16, 2024
1 parent 2a435a7 commit 0500a1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/fiction/algorithms/iter/bdl_input_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "fiction/technology/cell_technologies.hpp"
#include "fiction/traits.hpp"

#include <algorithm>
#include <cstdint>
#include <iterator>
#include <vector>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct design_sidb_gates_params
RANDOM
};
/**
* Parameters to check the operation of the designed gate.
* Parameters to check if the designed gate is operational or non-operational.
*/
is_operational_params operational_params{};
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ struct bdl_wire
}
return *this;
}
/**
* Destructor for bdl_wire.
*
*/
~bdl_wire() noexcept
{
}
/**
* Add a BDL pair to the wire.
*
Expand Down

0 comments on commit 0500a1f

Please sign in to comment.