aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/cmixprotofunctor.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-30 19:59:30 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-30 20:00:49 +0100
commitbc0cc7d5030b80e6dbb05f6a0b49481881bd26c8 (patch)
treeac54dadf5a31c835779a307b32ab55d0990891ff /libcmix-common/cmixprotofunctor.hpp
parent6d4efd424682f90896d5237ede4326416b6fa97d (diff)
downloadcmix-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.hpp7
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
};