IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 12:03:06 PM (21 years ago)
Author:
jhoblitt
Message:

add cpp [foo]_INDEX_NAME

File:
1 edited

Legend:

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

    r4196 r4197  
    99    }
    1010
    11     // strip position column
     11    // strip index column
    1212    for (i = 0; i > rowSet->n; i++) {
    13         if (!psMetadataRemove((psMetadata *)rowSet->data[i], 0, "position")) {
     13        if (!psMetadataRemove((psMetadata *)rowSet->data[i], 0, [% namespace FILTER upper %]_INDEX_NAME)) {
    1414            // psError(); something bad happened
    1515            psFree(rowSet);
Note: See TracChangeset for help on using the changeset viewer.