IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26003


Ignore:
Timestamp:
Nov 2, 2009, 11:51:52 AM (17 years ago)
Author:
Paul Price
Message:

Turn off hardcoded visualisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotVisual.c

    r25986 r26003  
    20622062    Graphdata graphdata;
    20632063
    2064     // XXX TEST if (!pmVisualIsVisual()) return true;
     2064    if (!pmVisualIsVisual()) return true;
    20652065
    20662066    int myKapa = psphotKapaChannel (2);
     
    20982098        graphdata.ymax = PS_MAX(graphdata.ymax, y->data.F32[n]);
    20992099
    2100         fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]);
     2100        fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]);
    21012101
    21022102        n++;
Note: See TracChangeset for help on using the changeset viewer.