IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2007, 4:42:44 PM (19 years ago)
Author:
eugene
Message:

adding residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psphot/src/psphotRadialPlot.c

    r12792 r12933  
    88static int nCount = 0;
    99
    10 bool psphotRadialPlot (int *kapa, char *filename, pmSource *source) {
     10bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source) {
    1111
    1212    Graphdata graphdata;
     
    9595    sprintf (pagename, "%02d", nCount);
    9696    if (nCount == 0) {
    97         KiiPS (*kapa, false, KAPA_PS_NEWPLOT, filename, pagename);
     97        KiiPS (*kapa, filename, false, KAPA_PS_NEWPLOT, pagename);
    9898    } else {
    99         KiiPS (*kapa, false, KAPA_PS_NEWPAGE, filename, pagename);
     99        KiiPS (*kapa, filename, false, KAPA_PS_NEWPAGE, pagename);
    100100    }
    101101
Note: See TracChangeset for help on using the changeset viewer.