IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4284


Ignore:
Timestamp:
Jun 15, 2005, 5:49:35 PM (21 years ago)
Author:
jhoblitt
Message:

add extension name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/selectrowsfits.tt

    r4267 r4284  
    1818    }
    1919
     20    psFree(rowSet);
     21
    2022    // output to fits
    2123    if (!psFitsWriteTable(fits, NULL, rowSet)) {
     
    2527    }
    2628
    27     psFree(rowSet);
     29    // FIXME: needs to be after a new ext is written?
     30    if (!psFitsSetExtName(fits, [% namespace FILTER upper %]_TABLE_NAME)) {
     31        // psError(); something bad happened
     32        psFree(rowSet);
     33        return false;
     34    }
    2835
    2936    return true;
Note: See TracChangeset for help on using the changeset viewer.