Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 11866)
+++ trunk/ippTools/src/pxtables.c	(revision 11985)
@@ -82,11 +82,11 @@
     CREATE_TABLE(p4InputExpCreateTable);
     CREATE_TABLE(p4SkyCellMapCreateTable);
-    CREATE_TABLE(p4ScfileCreateTable);
+    CREATE_TABLE(p4SkyfileCreateTable);
     CREATE_TABLE(p5RunCreateTable);
-    CREATE_TABLE(p5InputScfileCreateTable);
-    CREATE_TABLE(p5DiffScfileCreateTable);
+    CREATE_TABLE(p5InputSkyfileCreateTable);
+    CREATE_TABLE(p5DiffSkyfileCreateTable);
     CREATE_TABLE(p6RunCreateTable);
-    CREATE_TABLE(p6InputScfileCreateTable);
-    CREATE_TABLE(p6SumScfileCreateTable);
+    CREATE_TABLE(p6InputSkyfileCreateTable);
+    CREATE_TABLE(p6SumSkyfileCreateTable);
 
     return true;
@@ -158,11 +158,11 @@
     DROP_TABLE(p4InputExpDropTable);
     DROP_TABLE(p4SkyCellMapDropTable);
-    DROP_TABLE(p4ScfileDropTable);
+    DROP_TABLE(p4SkyfileDropTable);
     DROP_TABLE(p5RunDropTable);
-    DROP_TABLE(p5InputScfileDropTable);
-    DROP_TABLE(p5DiffScfileDropTable);
+    DROP_TABLE(p5InputSkyfileDropTable);
+    DROP_TABLE(p5DiffSkyfileDropTable);
     DROP_TABLE(p6RunDropTable);
-    DROP_TABLE(p6InputScfileDropTable);
-    DROP_TABLE(p6SumScfileDropTable);
+    DROP_TABLE(p6InputSkyfileDropTable);
+    DROP_TABLE(p6SumSkyfileDropTable);
 
     return status;
