branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-24 23:17:50 -06:00
parent 20fe9fc4d4
commit c2babda0f7

View File

@ -2,4 +2,6 @@
#include <vector>
typedef std::vector<Branch2> Branch2Vec;
typedef std::vector<Branch2Vec> Branches2;