diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-30 19:59:30 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-30 20:00:49 +0100 |
| commit | bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8 (patch) | |
| tree | ac54dadf5a31c835779a307b32ab55d0990891ff /libcmix-common/cmixprotofunctor.hpp | |
| parent | 6d4efd424682f90896d5237ede4326416b6fa97d (diff) | |
| download | cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.gz cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.bz2 cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.zip | |
Adds a start to the precomputation mix phase.
Diffstat (limited to 'libcmix-common/cmixprotofunctor.hpp')
| -rw-r--r-- | libcmix-common/cmixprotofunctor.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp index 75944f9..5fd736b 100644 --- a/libcmix-common/cmixprotofunctor.hpp +++ b/libcmix-common/cmixprotofunctor.hpp @@ -67,7 +67,12 @@ struct CMixProtoFunctor { /*! * #MESSAGE_SETTER_DECL(PrePre, prepre) */ - MESSAGE_SETTER_DEF(PrePre, prepre); + MESSAGE_SETTER_DEF(PrePre, prepre) + + /*! + * #MESSAGE_SETTER_DECL(PreMix, premix) + */ + MESSAGE_SETTER_DEF(PreMix, premix) #undef MESSAGE_SETTER_DEF }; |
