branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 17:27:00 -05:00
parent b7ceb1e083
commit 4495bdfc91

View File

@ -36,7 +36,7 @@ namespace l
for(auto &path : paths)
{
table["path"] = path;
branches_.emplace_back(table);
branches_.emplace_back(table,min_free_space_);
}
}