Index: trunk/psModules/src/objects/pmSourceIO.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO.c	(revision 12560)
+++ trunk/psModules/src/objects/pmSourceIO.c	(revision 12598)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-23 00:38:11 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-27 18:52:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -255,4 +255,6 @@
         // we only need a PHU if chips->n > 1 and file->fileLevel == FPA
         // otherwise, the chip header fills the PHU location
+	// XXX this code could be placed in a 'pmSource_CMF_WritePHU' function and called
+	// from pmFPAfileIO.c.
         if ((file->fileLevel == PM_FPA_LEVEL_FPA) && (file->fpa->chips->n > 1) && !file->phu) {
 
