IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2006, 2:24:43 PM (21 years ago)
Author:
jhoblitt
Message:

forward port to pslib 0.9.0's psFits* semantics

File:
1 edited

Legend:

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

    r5950 r5954  
    22#include <[% pkg_name %].h>
    33#include <stdlib.h>
     4
     5#define TMP_FILENAME "./blargh"
    46
    57int main ()
     
    1517        }
    1618
    17         // FIXME: open a temp file and pass it as a FD
    18         fits = psFitsOpen("./blargh", "rw");
     19        fits = psFitsOpen(TMP_FILENAME, "w");
    1920        if (!fits) {
    2021            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.