documentation and examples

This commit is contained in:
2023-11-12 15:11:36 +01:00
parent e2d7af28dc
commit 4198db8365
17 changed files with 111 additions and 81 deletions

View File

@ -8,7 +8,7 @@
* from the detector. Since every module could have a different value, we need
* to return a vector instead of just a single value.
*
* Easy conversions to single values are provided using the squash method.
* Easy conversions to single values are provided using the squash and tsquash method.
*/
#include <algorithm>