Index: trunk/psModules/src/astrom/pmAstrometryDistortion.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 7152)
+++ trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 7153)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-05-19 15:39:53 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-05-19 15:49:37 $
 *
 *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -85,5 +85,5 @@
                 pmAstromMatch *match = matches->data[i];
 
-                pmAstromObj *raw = rawstars->data[match->i1];
+                pmAstromObj *raw = rawstars->data[match->raw];
 
                 if (raw->chip->x < Xmin)
@@ -96,5 +96,5 @@
                     continue;
 
-                pmAstromObj *ref = refstars->data[match->i2];
+                pmAstromObj *ref = refstars->data[match->ref];
 
                 L->data.F32[Npts] = ref->FP->x;
