IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2007, 11:03:41 AM (20 years ago)
Author:
magnier
Message:

adding some utility functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/extras/pmKapaPlots.h

    r10849 r10866  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-29 18:29:12 $
     9*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-01 21:03:41 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    2121bool pmKapaPlotVectorPair (psVector *xVec, psVector *yVec);
    2222
     23# if (HAVE_KAPA)
     24    # include <kapa.h>
     25
     26    // yes, this is an absurd name...
     27    bool pmKapaPlotVectorPair_AutoLimits_OpenGraph (int kapa, Graphdata *graphdata, psVector *xVec, psVector *yVec);
     28# else
     29
     30    bool pmKapaPlotVectorPair_AutoLimits_OpenGraph (int kapa, void *graphdata, psVector *xVec, psVector *yVec);
     31# endif
     32
    2333#endif // PM_KAPA_PLOTS_H
Note: See TracChangeset for help on using the changeset viewer.