branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-07 22:38:21 -06:00
parent b6b28aed41
commit 72fe28bafb

View File

@ -28,6 +28,7 @@ Branches2::copy_enabled_rw(Branches2 &b_) const
{
if(b_._branches.size() < _branches.size())
b_._branches.resize(_branches.size());
for(auto &bt : )
{
BranchTier newbt;