IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 2:53:44 PM (19 years ago)
Author:
magnier
Message:

added a clear, use noX version of kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlotMoments.c

    r12949 r13213  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-04-21 19:47:14 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-05-04 00:53:44 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    5858        return false;
    5959
    60     int kapa = pmKapaOpen (true);
     60    int kapa = pmKapaOpen (false);
    6161    if (kapa == -1) {
    6262        psError(PS_ERR_UNKNOWN, true, "failure to open kapa");
     
    7575    }
    7676
     77    KapaClear (kapa, true);
    7778    KapaInitGraph (&graphdata);
    7879    section.dx = dx / (float) DX;
     
    147148        psLogMsg ("psphot", 3, "saving plot to %s", file->filename);
    148149        KapaPNG (kapa, file->filename);
     150        KapaClear (kapa, true);
    149151    }
    150152
Note: See TracChangeset for help on using the changeset viewer.