refactored vectors repairers that are using a function in a more generic way, added a binary function wrapper for vectors repairers, with the modulus function as an example
This commit is contained in:
parent
979f33b721
commit
4d45970767
6 changed files with 213 additions and 17 deletions
|
|
@ -39,6 +39,7 @@ SET(SOURCES
|
|||
t-uniform
|
||||
t-continue
|
||||
t-dispatcher-round
|
||||
t-repairer-modulo
|
||||
)
|
||||
|
||||
FOREACH(current ${SOURCES})
|
||||
|
|
|
|||
Reference in a new issue