fixup! opt_clean: use newcelltypes

This commit is contained in:
Emil J. Tywoniak 2025-11-25 23:19:26 +01:00
parent 4b55e5ff5f
commit 8c53b706f0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ struct keep_cache_t
keep_cache_t keep_cache;
static constexpr auto ct_reg = StaticCellTypes::Categories::join(
StaticCellTypes::Compat::internals_mem_ff,
StaticCellTypes::Compat::mem_ff,
StaticCellTypes::categories.is_anyinit);
NewCellTypes ct_all;
int count_rm_cells, count_rm_wires;