Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 7347)
+++ trunk/ippTools/src/pxtables.c	(revision 7366)
@@ -44,4 +44,5 @@
     CREATE_TABLE(detMasterImfileCreateTable);
     CREATE_TABLE(detResidImfileAnalysisCreateTable);
+    CREATE_TABLE(detResidExpAnalysisCreateTable);
 
     return true;
@@ -96,4 +97,5 @@
     DROP_TABLE(detMasterImfileDropTable);
     DROP_TABLE(detResidImfileAnalysisDropTable);
+    DROP_TABLE(detResidExpAnalysisDropTable);
 
     return status;
