Index: trunk/Ohana/src/imregister/spreg/output.c
===================================================================
--- trunk/Ohana/src/imregister/spreg/output.c	(revision 27435)
+++ trunk/Ohana/src/imregister/spreg/output.c	(revision 38441)
@@ -61,5 +61,5 @@
 
   ftable.header = &theader;
-  gfits_table_set_Spectrum (&ftable, subset, Nmatch);
+  gfits_table_set_Spectrum (&ftable, subset, Nmatch, TRUE);
 
   gfits_fwrite_header   (f, &header);
@@ -96,5 +96,5 @@
   /* create an empty table which we will fill in by hand */
   ftable.header = &theader;
-  gfits_table_set_SpectrumASCII (&ftable, NULL, 0);
+  gfits_table_set_SpectrumASCII (&ftable, NULL, 0, TRUE);
   
   /* add data to table */
