Index: trunk/pswarp/src/pswarp.h
===================================================================
--- trunk/pswarp/src/pswarp.h	(revision 17954)
+++ trunk/pswarp/src/pswarp.h	(revision 17955)
@@ -1,17 +1,17 @@
-# ifdef HAVE_CONFIG_H
-# include <config.h>
-# endif
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
-# include <stdio.h>
-# include <string.h>
-# include <strings.h>  // for strcasecmp
-# include <unistd.h>   // for unlink
-# include <pslib.h>
-# include <psmodules.h>
-# include <psphot.h>
+#include <stdio.h>
+#include <string.h>
+#include <strings.h>  // for strcasecmp
+#include <unistd.h>   // for unlink
+#include <pslib.h>
+#include <psmodules.h>
+#include <psphot.h>
 
-# include "pswarpErrorCodes.h"
-# define PSWARP_RECIPE  "PSWARP" // Name of the recipe to use
-# define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use
+#include "pswarpErrorCodes.h"
+#define PSWARP_RECIPE  "PSWARP" // Name of the recipe to use
+#define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use
 
 // a single pswarpMap converts coordinates from one image to a second image
Index: trunk/pswarp/src/pswarpLoop.c
===================================================================
--- trunk/pswarp/src/pswarpLoop.c	(revision 17954)
+++ trunk/pswarp/src/pswarpLoop.c	(revision 17955)
@@ -1,3 +1,3 @@
-# include "pswarp.h"
+#include "pswarp.h"
 #include <ppStats.h>
 
@@ -291,4 +291,6 @@
         psMetadataAddStr(psphotRecipe, PS_LIST_TAIL, "BREAK_POINT", PS_META_REPLACE,
                          "Break point for psphot operations", "PSFMODEL");
+        psMetadataAddBool(psphotRecipe, PS_LIST_TAIL, PSPHOT_RECIPE_PSF_FAKE_ALLOW, PS_META_REPLACE,
+                          "Don't allow psphot to fit a fake PSF!", false);
 
         // Get rid of the transformed sources so that we can measure the PSF
