Index: trunk/Ohana/src/dvomerge/src/dvomergeCreate.c
===================================================================
--- trunk/Ohana/src/dvomerge/src/dvomergeCreate.c	(revision 31172)
+++ trunk/Ohana/src/dvomerge/src/dvomergeCreate.c	(revision 31173)
@@ -93,5 +93,5 @@
 
   // save the output photcodes in the output catdir
-  // SetPhotcodeTable(outputPhotcodes);
+  SetPhotcodeTable(outputPhotcodes);
   sprintf (filename, "%s/Photcodes.dat", output);
   if (!check_file_access (filename, TRUE, TRUE, VERBOSE)) {
@@ -129,13 +129,7 @@
     if (VERBOSE) fprintf (stderr, "output: %s\n", outsky[0].regions[i].name);
 
-    // if (outputPhotcodes) {
-    //     SetPhotcodeTable(outputPhotcodes);
-    // }
     // load / create output catalog
     LoadCatalog (&outcatalog, &outsky[0].regions[i], outsky[0].filename[i], "w", NsecfiltOutput);
 
-    // if (input1Photcodes) {
-    // SetPhotcodeTable(input1Photcodes);
-    // }
     // combine only tables at equal or larger depth
       
@@ -161,8 +155,4 @@
     SkyListFree (inlist);
 
-    // if (input2Photcodes) {
-    //   SetPhotcodeTable(input2Photcodes);
-    // }
-
     // load in all of the tables from input2 for this region
     inlist = SkyListByBounds (insky2, depth2, outsky[0].regions[i].Rmin, outsky[0].regions[i].Rmax, outsky[0].regions[i].Dmin, outsky[0].regions[i].Dmax);
