Skip to content

Added bufs deleting in make() + fixed duplicated cells bug in addSubnet(...)

  1. Replaced all the duplicated cells with BUF cells
  2. Added BUF cells deleting in SubnetBuilder::make() method (it's required to use the method with flag parameter)
  3. Fixed bug with duplicated cells in SubnetBuilder::addSubnet(SubnetID) method

Merge request reports