Index: trunk/psphot/src/psphot.c
===================================================================
--- trunk/psphot/src/psphot.c	(revision 5986)
+++ trunk/psphot/src/psphot.c	(revision 5993)
@@ -67,12 +67,10 @@
 
       case 3:
-	// fit extended objects with galaxy models
 	psphotApplyPSF (imdata, config, sources, psf, sky);
 	break;
 
       case 4:
-	// fit extended objects with galaxy models
 	psphotApplyPSF (imdata, config, sources, psf, sky);
-	psphotFitGalaxies (imdata, config, sources, sky);
+	psphotFitExtended (imdata, config, sources, sky);
 	break;
     }
