branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-07 20:37:18 -06:00
parent 21dee5626d
commit b242e3fd3c

View File

@ -55,9 +55,9 @@ BranchTier::BranchTier()
BranchTier::BranchTier(BranchTier &bt_)
{
Branch2 b;
Branch2 c;
b = bt_._branches[0];
b = c;
}