Updated docs to match functions

This commit is contained in:
Alejandro Saucedo 2021-02-09 21:29:58 +00:00
parent 4baba33681
commit 3e91a7737e
2 changed files with 6 additions and 6 deletions

View file

@ -208,8 +208,8 @@ It's worth mentioning you can have multiple sequences referencing the same queue
// We need to create explicit sequences with their respective queues
// The second parameter is the index in the familyIndex array which is relative
// to the vector we created the manager with.
mgr.createManagedSequence("queueOne", 0);
mgr.createManagedSequence("queueTwo", 1);
mgr.sequence("queueOne", 0);
mgr.sequence("queueTwo", 1);
We create the tensors without modifications.