Index: trunk/psModules/src/astrom/pmAstrometryDistortion.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 19305)
+++ trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 21183)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2008-09-02 19:05:09 $
+*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2009-01-27 06:39:38 $
 *
 *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -121,5 +121,5 @@
             // this analysis has too few data points to use the robust median method
             stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
-            mask = psVectorAlloc (Npts, PS_TYPE_MASK);
+            mask = psVectorAlloc (Npts, PS_TYPE_VECTOR_MASK);
             psVectorInit (mask, 0);
 
@@ -206,5 +206,5 @@
     // this analysis has too few data points to use the robust median method
     psStats *stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
-    psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_MASK);
+    psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_VECTOR_MASK);
     psVectorInit (mask, 0);
 
