Index: trunk/pswarp/src/pswarp.h
===================================================================
--- trunk/pswarp/src/pswarp.h	(revision 12523)
+++ trunk/pswarp/src/pswarp.h	(revision 13661)
@@ -14,5 +14,5 @@
 # define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use
 
-// a single pswarpMap converts coordinates from one image to a second image 
+// a single pswarpMap converts coordinates from one image to a second image
 // the linear model is only valid over a limited range of pixels
 typedef struct {
@@ -27,7 +27,7 @@
 typedef struct {
     pswarpMap ***maps;
-    int nXpts, nYpts;			// number of x,y samples in the grid
-    int nXpix, nYpix;			// x,y spacing in src image pixels of grid samples
-    int xMin,  yMin;			// coordinate of first grid sample
+    int nXpts, nYpts;                   // number of x,y samples in the grid
+    int nXpix, nYpix;                   // x,y spacing in src image pixels of grid samples
+    int xMin,  yMin;                    // coordinate of first grid sample
 } pswarpMapGrid;
 
@@ -35,6 +35,5 @@
 bool pswarpParseCamera (pmConfig *config);
 bool pswarpDefine (pmConfig *config);
-bool pswarpDataLoad (pmConfig *config);
-bool pswarpDataSave (pmConfig *config);
+bool pswarpLoop (pmConfig *config);
 void pswarpCleanup (pmConfig *config);
 bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
