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:
nojhan 2011-11-08 17:55:01 +01:00
commit 4d45970767
6 changed files with 213 additions and 17 deletions

View file

@ -39,6 +39,7 @@ SET(SOURCES
t-uniform
t-continue
t-dispatcher-round
t-repairer-modulo
)
FOREACH(current ${SOURCES})