Index: branches/eam_branches/ipp-20120601/ppStack/src/ppStackMatch.c
===================================================================
--- branches/eam_branches/ipp-20120601/ppStack/src/ppStackMatch.c	(revision 33977)
+++ branches/eam_branches/ipp-20120601/ppStack/src/ppStackMatch.c	(revision 34051)
@@ -460,5 +460,5 @@
             psMetadataItem *item = NULL;// Item from iteration
             while ((item = psMetadataGetAndIncrement(iter))) {
-                assert(item->type == PS_TYPE_F32);
+                assert(item->type == PS_DATA_F32);
                 float norm = item->data.F32; // Normalisation
                 sum += norm;
