Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 7378)
+++ trunk/ippTools/src/dettool.c	(revision 7379)
@@ -27,6 +27,6 @@
 static bool addresidexpMode(pxConfig *config);
 static bool residexpMode(pxConfig *config);
-static bool addmasterMode(pxConfig *config);
-static bool masterMode(pxConfig *config);
+static bool addmasterframeMode(pxConfig *config);
+static bool masterframeMode(pxConfig *config);
 
 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id);
@@ -61,6 +61,6 @@
         MODECASE(DETTOOL_MODE_ADDRESIDEXP, addresidexpMode);
         MODECASE(DETTOOL_MODE_RESIDEXP, residexpMode);
-        MODECASE(DETTOOL_MODE_ADDMASTER, addmasterMode);
-        MODECASE(DETTOOL_MODE_MASTER, masterMode);
+        MODECASE(DETTOOL_MODE_ADDMASTERFRAME, addmasterframeMode);
+        MODECASE(DETTOOL_MODE_MASTERFRAME, masterframeMode);
         default:
             psAbort(argv[0], "invalid option (this should not happen)");
@@ -1621,5 +1621,5 @@
 }
 
-static bool addmasterMode(pxConfig *config)
+static bool addmasterframeMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
@@ -1670,5 +1670,5 @@
 }
 
-static bool masterMode(pxConfig *config)
+static bool masterframeMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
