Test lower_body in main
This commit is contained in:
@@ -17,7 +17,7 @@ class CollectionInterface{
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
inline collection operator+(collection c1, collection c2){
|
||||
collection res;
|
||||
@@ -28,4 +28,6 @@ inline collection operator+(collection c1, collection c2){
|
||||
res.joints.push_back(i);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user